Skip to content

Commit cf49faa

Browse files
fix: [DropdownMenuTrigger] button type
1 parent d01e2fb commit cf49faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue-primitives/src/dropdown-menu/DropdownMenuTrigger.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ onMounted(() => {
6363
<Primitive
6464
:id="context.triggerId"
6565
:ref="forwardElement"
66+
type="button"
6667
:as="as"
6768
aria-haspopup="menu"
6869
:aria-expanded="context.open()"

0 commit comments

Comments
 (0)