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