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