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