From f53b86cbb6c5d6307af078916cb513190adec4e6 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 18 Oct 2025 15:28:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改nuxt.config.ts --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 639a4ca..99d3de1 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -52,8 +52,8 @@ export default defineNuxtConfig({ typescript: { tsConfig: { compilerOptions: { - noUnUsedLocals: false, - noUnUsedParameters: false, + noUnusedLocals: false, + noUnusedParameters: false, strict: false, }, },