refactor(Menu.vue): 依赖导入后缀名缺省

This commit is contained in:
郝先瑞
2022-02-19 19:08:15 +08:00
parent d65e907a41
commit e65a0fff25

View File

@@ -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);