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