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