qushaowei
2025-05-28 35a82aad33a6e3f707d4d86d2a600644fd426413
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };