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