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