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