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