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