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