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