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