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