refactor(Menu.vue): 依赖导入后缀名缺省
This commit is contained in:
@@ -192,7 +192,7 @@ import {reactive, ref, unref, onMounted, toRefs} from "vue";
|
|||||||
import SvgIcon from '@/components/SvgIcon/index.vue';
|
import SvgIcon from '@/components/SvgIcon/index.vue';
|
||||||
import TreeSelect from '@/components/TreeSelect/index.vue';
|
import TreeSelect from '@/components/TreeSelect/index.vue';
|
||||||
import IconSelect from '@/components/IconSelect/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 emit = defineEmits(['menuClick'])
|
||||||
const iconSelectRef = ref(null);
|
const iconSelectRef = ref(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user