From e2c6fe4296afd6fc24c3922407db28c70d7d5ae2 Mon Sep 17 00:00:00 2001 From: SuJiehao Date: Tue, 6 Dec 2022 17:15:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20volar=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dd7128c..3007d45 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ } }, "vueCompilerOptions": { - "experimentalRuntimeMode": "runtime-uni-app" + "nativeTags": ["block", "component", "template", "slot"] }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] }