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