schangxiang@126.com
17 小时以前 1b27eddeb3e4c2fd3f59a567b2972aadd6310dc1
1
2
3
4
5
6
/* eslint-disable */
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}