xiangpei
2025-05-22 761351794466a2b0d7f4890648851546ee4f6d59
1
2
3
4
5
6
7
import hotzone from './index.vue'
 
hotzone.install = (Vue) => {
  Vue.component(hotzone.name, hotzone)
}
 
export default hotzone