cuijian
2023-10-16 a43f46673857cd5ce0e06400c6e3b3dedbaa0ca9
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };