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