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