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