zhaowei
2025-07-25 11fc602abfc00455ae7302d3c185dcec18e7780e
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };