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