8 lines
129 B
JavaScript
Raw Normal View History

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