zhaowei
2025-04-25 d2547913ef2e150d8bb18bc8f7423515c7ed71d0
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };