Skip to content

Commit

Permalink
fix: strategy prop not taken into account
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2022
1 parent 1395839 commit ab840b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/floating-vue/src/components/Popper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ export default () => ({
if (this.$_isDisposed) return

const options: ComputePositionConfig = {
strategy: this.strategy,
middleware: [],
}

Expand Down

0 comments on commit ab840b2

Please sign in to comment.