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