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