Skip to content

Commit

Permalink
Add button role to RcButton
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Feb 4, 2025
1 parent 9e2515c commit bc1e676
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ defineExpose({ focus });
<template>
<button
ref="RcFocusTarget"
role="button"
:class="{ ...buttonClass, ...($attrs.class || { }) }"
>
<slot name="before">
Expand Down

0 comments on commit bc1e676

Please sign in to comment.