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