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