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