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