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