Skip to content

Commit

Permalink
Merge pull request #288 from lapras-inc/fix/radio-button
Browse files Browse the repository at this point in the history
fix(Radio): disabledが効いてなかったのを修正
  • Loading branch information
Masa-Shin authored Dec 4, 2024
2 parents 90ef442 + e25036e commit c52b24d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Radio/Radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@change="onInput"
class="input"
type="radio"
:disabled="disabled"
/>
<div class="dot"></div>
</label>
Expand Down

0 comments on commit c52b24d

Please sign in to comment.