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