docs: 注释完善
Former-commit-id: 797849c835d4e68c7e506e74d733949fa0e90169
This commit is contained in:
@@ -58,7 +58,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
|||||||
// 自动导入 Vue 相关函数,如:ref, reactive, toRef 等
|
// 自动导入 Vue 相关函数,如:ref, reactive, toRef 等
|
||||||
imports: ['vue', '@vueuse/core'],
|
imports: ['vue', '@vueuse/core'],
|
||||||
eslintrc: {
|
eslintrc: {
|
||||||
enabled: false, // 改为true用于生成eslint配置,生成后改回false,避免重复生成消耗
|
enabled: false, // true用于生成eslint配置,生成后改回false,避免重复生成消耗
|
||||||
filepath: './.eslintrc-auto-import.json',
|
filepath: './.eslintrc-auto-import.json',
|
||||||
globalsPropValue: true
|
globalsPropValue: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user