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