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