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