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