docs: 注释完善

This commit is contained in:
haoxr 2023-02-21 00:56:22 +08:00
parent 1137c14917
commit 797849c835
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
// 自动导入 Vue 相关函数ref, reactive, toRef 等
imports: ['vue', '@vueuse/core'],
eslintrc: {
enabled: false, // 改为true用于生成eslint配置,生成后改回false避免重复生成消耗
enabled: false, // true用于生成eslint配置,生成后改回false避免重复生成消耗
filepath: './.eslintrc-auto-import.json',
globalsPropValue: true
},