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