peng
2025-07-24 2fd269af9df3653b058deee57bcd7a9f39ff28e7
1
2
3
4
5
6
7
import hotzone from './index.vue'
 
hotzone.install = (Vue) => {
  Vue.component(hotzone.name, hotzone)
}
 
export default hotzone