revert 初始化项目
This commit is contained in:
zyh
2025-06-06 17:06:00 +08:00
parent 548fb343da
commit 19c84b3dd4
273 changed files with 0 additions and 22747 deletions

View File

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