build(vscode): extensions.json
This commit is contained in:
4
src/components.d.ts
vendored
4
src/components.d.ts
vendored
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user