Skip to content

Commit 91946ec

Browse files
committed
docs(Button): Improve JSDoc
1 parent 63ff188 commit 91946ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Button/Button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Icon = defineAsyncComponent(() => import('../Icon/Icon.vue'));
4747
withDefaults(
4848
defineProps<{
4949
/**
50-
* The element to use.
50+
* The HTML element to use.
5151
* @default "<button>"
5252
*/
5353
tag?: Components.Button.Tag;

0 commit comments

Comments
 (0)