From e65a0fff2507a07c4ffe48cf18f296b83e180625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sat, 19 Feb 2022 19:08:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Menu.vue):=20=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=90=8E=E7=BC=80=E5=90=8D=E7=BC=BA=E7=9C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menu/components/Menu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/menu/components/Menu.vue b/src/views/system/menu/components/Menu.vue index 013bf0bc..be22fcc2 100644 --- a/src/views/system/menu/components/Menu.vue +++ b/src/views/system/menu/components/Menu.vue @@ -192,7 +192,7 @@ import {reactive, ref, unref, onMounted, toRefs} from "vue"; import SvgIcon from '@/components/SvgIcon/index.vue'; import TreeSelect from '@/components/TreeSelect/index.vue'; import IconSelect from '@/components/IconSelect/index.vue'; -import {isExternal} from '@/utils/validate.ts' +import {isExternal} from '@/utils/validate' const emit = defineEmits(['menuClick']) const iconSelectRef = ref(null);