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