build(vscode): extensions.json

This commit is contained in:
Burt 2023-12-22 09:15:09 +08:00
parent ae5e1d4686
commit cae7de9d17
2 changed files with 10 additions and 5 deletions

View File

@ -1,9 +1,14 @@
{
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"stylelint.vscode-stylelint",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"antfu.unocss",
"evils.uniapp-vscode",
"uni-helper.uni-helper-vscode",
"uni-helper.uni-app-schemas-vscode",
"mrmaoddxxaa.create-uniapp-view"
]
}

4
src/components.d.ts vendored
View File

@ -7,7 +7,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
RouterLink: (typeof import('vue-router'))['RouterLink']
RouterView: (typeof import('vue-router'))['RouterView']
}
}