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