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