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