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