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