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