zhuzhuanzhuan
2024-04-18 b417dc5912e77367694095411121fddf665c1d7e
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };