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