mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
10 lines
150 B
Vue
10 lines
150 B
Vue
<template>
|
|
<UDropdownMenu>
|
|
<UButton
|
|
label="Open Menu"
|
|
color="neutral"
|
|
variant="outline"
|
|
/>
|
|
</UDropdownMenu>
|
|
</template>
|