zhaowei
2024-11-11 8f38a93c9c9ddaf547200a542aecced93f8857a3
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };