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