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