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