vscode创建

sh
pnpm i -D @types/wechat-miniprogram @uni-helper/uni-app-types
sh
{
"compilerOptions": {
"types": [
"@dcloudio/types",
+ "@types/wechat-miniprogram",
+ "@uni-helper/uni-app-types"
]
},
+ "vueCompilerOptions": {
+ "nativeTags": ["block", "component", "template", "slot"]
+ }
}