fix: 🐛 src/components 目录下的自定义组件无效问题修复

https://gitee.com/youlaiorg/vue3-element-admin/issues/I8GFHN #I8GFHN

Former-commit-id: 0565b99f8de3234c1e28acd7ba12167ad8d6d001
This commit is contained in:
hxr
2023-11-15 00:19:25 +08:00
parent 99bf3d35a9
commit e8e3c30fd9
3 changed files with 108 additions and 100 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
import { useI18n } from "vue-i18n";
import SvgIcon from "@/components/SvgIcon/index.vue";
import { useAppStore } from "@/store/modules/app";
const appStore = useAppStore();