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