init:库尔勒妇幼项目初始化

This commit is contained in:
Elliott
2025-07-23 14:39:14 +08:00
commit 8c9d4af4e0
55 changed files with 13218 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
})
}