fix: 🐛 src/components 目录下的自定义组件无效问题修复
https://gitee.com/youlaiorg/vue3-element-admin/issues/I8GFHN #I8GFHN Former-commit-id: 0565b99f8de3234c1e28acd7ba12167ad8d6d001
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user