lyh
昨天 32fb9980dfcbd8e2ff68fc0c8089b92ff2c674a5
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };