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