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