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