8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
import hotzone from './index.vue'
|
|
|
|
hotzone.install = (Vue) => {
|
|
Vue.component(hotzone.name, hotzone)
|
|
}
|
|
|
|
export default hotzone
|