diff --git a/docs/components/content/ComponentCard.vue b/docs/components/content/ComponentCard.vue index 8e30356f..918f6e44 100644 --- a/docs/components/content/ComponentCard.vue +++ b/docs/components/content/ComponentCard.vue @@ -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' }" diff --git a/src/runtime/components/forms/SelectMenu.vue b/src/runtime/components/forms/SelectMenu.vue index 6398aaba..42aa0425 100644 --- a/src/runtime/components/forms/SelectMenu.vue +++ b/src/runtime/components/forms/SelectMenu.vue @@ -8,7 +8,7 @@ :multiple="multiple" :disabled="disabled || loading" as="div" - :class="ui.wrapper" + :class="uiMenu.wrapper" @update:model-value="onUpdate" > -