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