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