docs: 完善注释

Former-commit-id: 90c9d83fe30bcc860d6246c8f3b2af757f950947
This commit is contained in:
haoxr
2023-02-13 23:58:21 +08:00
parent f4edabcac5
commit d6d8317e14

View File

@@ -70,6 +70,8 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
prefix: 'Icon'
})
],
// 是否在vue模板中自动导入
vueTemplate: true,
dts: path.resolve(pathSrc, 'types', 'auto-imports.d.ts')
}),