fix(SelectMenu)!: invert ui and ui-select props (#432)

This commit is contained in:
Benjamin Canac
2023-07-20 12:00:23 +02:00
committed by GitHub
parent df455db3ca
commit 7cccbcfef8
2 changed files with 49 additions and 49 deletions

View File

@@ -16,7 +16,7 @@
:options="prop.options"
:name="`prop-${prop.name}`"
variant="none"
:ui="{ width: 'w-32 !-mt-px', rounded: 'rounded-b-md', wrapper: 'relative inline-flex' }"
:ui-menu="{ width: 'w-32 !-mt-px', rounded: 'rounded-b-md', wrapper: 'relative inline-flex' }"
class="!py-0"
tabindex="-1"
:popper="{ strategy: 'fixed', placement: 'bottom-start' }"