Merge pull request #589 from jhh678/patch-1

fix dropdown.vue scroll stuck problem
This commit is contained in:
Aresn 2021-01-20 14:55:51 +08:00 committed by GitHub
commit de68ad7b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@
} else {
this.$nextTick(() => {
this.popper = new Popper(this.$parent.$refs.reference, this.$el, {
eventsEnabled: false,
placement: this.placement,
modifiers: {
computeStyle:{