qushaowei
2023-08-21 f5e8a1a00baf276c281d4a6335b2d39a8beba91a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };