mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-06-06 00:04:03 +00:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
|
import Vue from 'vue'
|
||
|
|
||
|
export enum BusMsg {
|
||
|
ShowPlace = 'ShowPlace',
|
||
|
}
|
||
|
|
||
|
export default new Vue();
|