From 2302ff35e85987c0ece8739c4c7352c1fc81267e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=89=91=E6=9C=AF?= <27618209+icjs-cc@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:51:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A7=A3=E5=86=B3vscode=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E2=80=9CIntrinsicElements=E2=80=9D=E4=B8=8A?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=E5=B1=9E=E6=80=A7=E2=80=9Ctemplate?= =?UTF-8?q?=E2=80=9D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8d5bd6a..c0755ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,6 @@ ] }, "vueCompilerOptions": { - "target": 3, "plugins": ["@uni-helper/uni-types/volar-plugin"] }, "exclude": ["node_modules"],