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