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