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