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