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