“linengliang”
2023-11-22 b508a1c9809474f2f9308d7a88d8cd3c6f50efd8
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };