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