refactor(projects): upgrade vue3.3, official support defineOptions

This commit is contained in:
Kirk Lin
2023-05-16 17:32:38 +08:00
parent 36fc74ce07
commit 86a370fd69
5 changed files with 341 additions and 449 deletions

View File

@ -17,13 +17,7 @@
"~/*": ["./*"],
"@/*": ["./src/*"]
},
"types": [
"vite/client",
"node",
"unplugin-icons/types/vue",
"naive-ui/volar",
"unplugin-vue-define-options/macros-global"
]
"types": ["vite/client", "node", "unplugin-icons/types/vue", "naive-ui/volar"]
},
"exclude": ["node_modules", "dist"]
}