xiangpei
2025-06-12 796d09f1edb2d5366516a78a42efec3c5efc0482
1
2
3
4
5
6
7
import hotzone from './index.vue'
 
hotzone.install = (Vue) => {
  Vue.component(hotzone.name, hotzone)
}
 
export default hotzone