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