zhaowei
昨天 26358d4a0cfa9706bc265249e5f7136f134d6f01
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };