|
@@ -6,7 +6,7 @@ declare type Any = any
|
|
|
|
|
|
|
|
declare module '*.vue' {
|
|
declare module '*.vue' {
|
|
|
import type { DefineComponent } from 'vue'
|
|
import type { DefineComponent } from 'vue'
|
|
|
- const component: DefineComponent<{}, {}, any>
|
|
|
|
|
|
|
+ const component: DefineComponent<{}, {}, Any>
|
|
|
export default component
|
|
export default component
|
|
|
}
|
|
}
|
|
|
|
|
|