Skip to content

Commit

Permalink
fix(Radio): disabledが効いてなかったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Masa-Shin committed Dec 4, 2024
1 parent 90ef442 commit e25036e
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 e25036e

Please sign in to comment.