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