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