mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
feat(NavigationMenu): handle children on vertical orientation (#2384)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ defineShortcuts({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCollapsible v-model:open="open" class="w-48">
|
||||
<UCollapsible v-model:open="open" class="flex flex-col gap-2 w-48">
|
||||
<UButton
|
||||
label="Open"
|
||||
color="neutral"
|
||||
|
||||
Reference in New Issue
Block a user