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