zxl
2025-07-11 9069768170942a641fa57f269686c6ed3faf09da
1
2
3
4
5
6
7
import hotzone from './index.vue'
 
hotzone.install = (Vue) => {
  Vue.component(hotzone.name, hotzone)
}
 
export default hotzone