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