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