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