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