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