zhuzhuanzhuan
2023-11-22 b7fed40cbcd07a7b6bd54dfd4724ee050cc27619
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };