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