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

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