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