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