qushaowei
2023-10-28 345ca30ff9f623dc64e1af03fde456f63d18423a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };