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