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