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