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