qushaowei
2024-07-12 336dcb70c156c947530eab0f0a96ee17de477929
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };