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