feat(projects): 添加全局组件自动引入注册

This commit is contained in:
Soybean
2022-03-12 19:55:02 +08:00
parent 094dca961f
commit f5a043b11a
32 changed files with 77 additions and 35 deletions

View File

@ -8,6 +8,7 @@
"mock/**/*.ts",
"build/**/*.ts",
".env-config.ts",
"components.d.ts"
],
"exclude": [
"/dist/**",
@ -19,6 +20,6 @@
"@/*": ["./src/*"],
"~/*": ["./*"]
},
"types": ["node","naive-ui/volar"]
"types": ["node","unplugin-icons/types/vue","naive-ui/volar"]
}
}