管理端楼层装修增加热区功能

This commit is contained in:
paulGao
2022-09-06 19:45:02 +08:00
parent 55aa57d812
commit f6ff0b8a12
11 changed files with 380 additions and 95 deletions

View File

@@ -1,4 +1,4 @@
import hotzone from './components/Hotzone.vue'
import hotzone from './index.vue'
hotzone.install = (Vue) => {
Vue.component(hotzone.name, hotzone)