zhangherong
2025-05-14 44c6f1e1c8d0a20b1a2e54acdf80dc07842393d0
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };