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