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