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