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