8 lines
142 B
JavaScript
Raw Normal View History

2022-09-02 17:51:33 +08:00
import hotzone from './components/Hotzone.vue'
hotzone.install = (Vue) => {
Vue.component(hotzone.name, hotzone)
}
export default hotzone