fix: 🐛 修改自动导入组件类型声明文件路径

Former-commit-id: deb08cb7c53982d47335357d1304df5d2ed09e28
This commit is contained in:
hxr
2023-11-19 10:13:39 +08:00
parent 8fb588e842
commit e976ae8998
3 changed files with 2 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { ElConfigProvider } from "element-plus";
import { useAppStore } from "@/store/modules/app";
const appStore = useAppStore();