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