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