Skip to content

Commit

Permalink
fix(checkbox): remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoueyl committed Aug 24, 2021
1 parent cb24d0f commit 467c748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/checkbox/Checkbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:aria-disabled="disabled ? 'true' : null"
:tabindex="0"
@keydown.prevent.enter="$refs.label.click()"
>
>
<input
:id="id"
v-model="selected"
Expand Down

0 comments on commit 467c748

Please sign in to comment.