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