guoshilong
2023-10-09 b971faa8fc5d1e148ac6b66650c52eec509b2d89
1
2
3
4
5
declare module '*.vue' {
  import { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}