peng
4 天以前 6496b3f36d38f3196c4e41d0b9c329de646a2415
1
2
3
4
5
6
7
import hotzone from './index.vue'
 
hotzone.install = (Vue) => {
  Vue.component(hotzone.name, hotzone)
}
 
export default hotzone