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