lyh
2025-03-19 bab64d0b2147a3e619e53d7417e40b5bd45fcfdb
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };