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