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"] }