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