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