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