fix
This commit is contained in:
6
components.d.ts
vendored
6
components.d.ts
vendored
@@ -19,6 +19,6 @@ declare module 'vue' {
|
||||
|
||||
// For TSX support
|
||||
declare global {
|
||||
const RouterLink: (typeof import('vue-router'))['RouterLink']
|
||||
const RouterView: (typeof import('vue-router'))['RouterView']
|
||||
}
|
||||
const RouterLink: typeof import('vue-router')['RouterLink']
|
||||
const RouterView: typeof import('vue-router')['RouterView']
|
||||
}
|
||||
Reference in New Issue
Block a user