zhaowei
16 小时以前 b99765f7cba95796975ea26f5d8a079d09b29660
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };