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