mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-12-08 20:18:46 +00:00
finish object show
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user