cuilei
2 天以前 62387ac17667ce7a0f6d700172fc4f800353fe38
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };