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