hyingbo
21 小时以前 ff1f734e5f37cdd004f6c8bf88a2917737e1ff08
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };