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