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