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