mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 09:55:53 +08:00
优化管理端代码结构
This commit is contained in:
7
manager/src/components/hotzone/index.js
Normal file
7
manager/src/components/hotzone/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import hotzone from './components/Hotzone.vue'
|
||||
|
||||
hotzone.install = (Vue) => {
|
||||
Vue.component(hotzone.name, hotzone)
|
||||
}
|
||||
|
||||
export default hotzone
|
||||
Reference in New Issue
Block a user