cuilei
2025-06-20 b4edf6ce42debe4edcc85414d9f6c0d41f480587
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };