jiangping
2023-08-14 f2343d4e86b4dfe53122a1bd62d7d2f263c3ed3d
1
2
3
4
5
6
/* eslint-disable */
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}