Mr.Zhang
2023-10-16 9d6d3cbcd640dcc2ca2f65d85c9be0942391abe5
1
2
3
4
5
6
/* eslint-disable */
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}