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
|
// For TSX support
|
||||||
declare global {
|
declare global {
|
||||||
const RouterLink: (typeof import('vue-router'))['RouterLink']
|
const RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
const RouterView: (typeof import('vue-router'))['RouterView']
|
const RouterView: typeof import('vue-router')['RouterView']
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user