Lius
2023-12-13 f3bb7fe75f594f77ff6c169da7b04c523b49c607
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };