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