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