mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
![]() |
declare module '*.vue' {
|
||
|
import { DefineComponent } from 'vue'
|
||
|
const component: DefineComponent<{}, {}, any>
|
||
|
export default component
|
||
|
}
|