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