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