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