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