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