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