diff --git a/template/base/jsconfig.json.ejs b/template/base/jsconfig.json.ejs index 3dd8f91..cc1f09b 100644 --- a/template/base/jsconfig.json.ejs +++ b/template/base/jsconfig.json.ejs @@ -46,6 +46,6 @@ "src/**/*.vue" ], "vueCompilerOptions": { - "nativeTags": ["block", "component", "template", "slot"] + "plugins": ["@uni-helper/uni-app-types/volar-plugin"] } }