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