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