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