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