Skip to content

Commit

Permalink
docs(Button): Remove block usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Mar 24, 2024
1 parent 576e89a commit 9fc289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const frameworkOptions: FormSelectOptions = {
:options="frameworkOptions"
>
<template #trigger>
<UiButton block>
<UiButton>
<SelectValue placeholder="Select your favorite framework" />
</UiButton>
</template>
Expand Down

0 comments on commit 9fc289b

Please sign in to comment.