Lius
2024-10-21 84e72d392eaf14e5243a02e22916194bc17d23b4
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };