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