Merge pull request #589 from jhh678/patch-1
fix dropdown.vue scroll stuck problem
This commit is contained in:
commit
de68ad7b86
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
} else {
|
} else {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.popper = new Popper(this.$parent.$refs.reference, this.$el, {
|
this.popper = new Popper(this.$parent.$refs.reference, this.$el, {
|
||||||
|
eventsEnabled: false,
|
||||||
placement: this.placement,
|
placement: this.placement,
|
||||||
modifiers: {
|
modifiers: {
|
||||||
computeStyle:{
|
computeStyle:{
|
||||||
|
|
Loading…
Add table
Reference in a new issue