胡思旗
2023-08-28 75e25f89bd1bcfa2eb8208674327caed2790070a
1
2
3
4
5
declare module '*.vue' {
  import { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}