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