This website works better with JavaScript
Home
Explore
Help
Sign In
iTopmap
/
vue-cdutDigitalMap
Watch
6
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
8bf8723f7b
Branches
Tags
develop
master
vue-cdutDigi...
/
.history
/
static
/
js
/
eventBus_20210425123754.js
eventBus_20210425123754.js
116 B
History
Raw
1
2
3
4
// 此文件用于装载公共实例 进行Vue中的$on $emit通信
import Vue from 'vue'
export default new Vue()