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