update dropdown.vue popper.js opts
This commit is contained in:
parent
694378a57c
commit
61339d6328
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@
|
||||||
placement: this.placement,
|
placement: this.placement,
|
||||||
modifiers: {
|
modifiers: {
|
||||||
computeStyle:{
|
computeStyle:{
|
||||||
gpuAcceleration: false,
|
gpuAcceleration: false
|
||||||
|
},
|
||||||
|
preventOverflow :{
|
||||||
|
boundariesElement: 'body'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onCreate:()=>{
|
onCreate:()=>{
|
||||||
|
|
Loading…
Add table
Reference in a new issue