zs
2025-05-13 c9765b83ae8ea19ed6c307be37d8ac0cc5d17898
1
2
3
4
5
6
/* eslint-disable */
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}