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