mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 09:25:53 +08:00
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
|