From 5cb73a22ae44848ea614a05dde0c7baab4a67dba Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Tue, 21 Feb 2023 00:56:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B3=A8=E9=87=8A=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 797849c835d4e68c7e506e74d733949fa0e90169 --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index a13bd613..fa502f91 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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 },