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