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