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