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