fix: relevant settings of pinia and lodash-es

This commit is contained in:
Aqr-K
2025-02-24 19:50:47 +08:00
parent 5618d87e58
commit b426d94180
4 changed files with 404 additions and 50 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default defineConfig({
dts: true,
}),
AutoImport({
imports: ['vue', 'vue-router', '@vueuse/core', '@vueuse/math', 'vuex'],
imports: ['vue', 'vue-router', '@vueuse/core', '@vueuse/math', 'pinia'],
vueTemplate: true,
}),
VitePWA({