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