others_lilishop_ui/manager/src/components/hotzone/index.js

8 lines
142 B
JavaScript

import hotzone from './components/Hotzone.vue'
hotzone.install = (Vue) => {
Vue.component(hotzone.name, hotzone)
}
export default hotzone