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