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