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