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