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