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