mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
feat(DropdownMenu): add #item slot for consistency
This commit is contained in:
@@ -102,7 +102,7 @@ const items = computed(() => [
|
||||
|
||||
<template>
|
||||
<div class="flex-1">
|
||||
<UDropdownMenu :items="items" arrow :content="{ side: 'bottom' }">
|
||||
<UDropdownMenu :items="items" arrow :content="{ side: 'bottom' }" class="min-w-48">
|
||||
<UButton label="Open" color="white" />
|
||||
</UDropdownMenu>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user