Files
lilishop-ui/manager/src/components/hotzone/index.js
2022-09-06 19:45:02 +08:00

8 lines
129 B
JavaScript

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