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