zhuzhuanzhuan
2024-01-31 f6f8bd8f8885500233f0c0e64a21348b1017a610
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };