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