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