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