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