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