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