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