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