finish object show

This commit is contained in:
xyf-mac
2021-11-06 20:19:21 +08:00
parent 57a3b8a39c
commit 87a5a0dd16
9 changed files with 196 additions and 157 deletions

View File

@@ -1,7 +1,8 @@
import Vue from 'vue'
import Vue from "vue"
export enum BusMsg {
ShowPlace = 'ShowPlace',
ShowPlace = "ShowPlace",
RequestObjectData = "RequestObjectData",
}
export default new Vue();