初始化项目

This commit is contained in:
zx
2026-03-09 15:02:47 +08:00
commit 97b070a1a4
274 changed files with 24365 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import autoImport from 'unplugin-auto-import/vite'
export default function createAutoImport() {
return autoImport({
imports: [
'vue',
'vue-router',
'pinia'
],
dts: false
})
}