zhuzhuanzhuan
2023-08-18 e5ba8ad74ed9ebc28b0500cc531fb9bdad516980
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };