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