Skip to content

Commit

Permalink
add: 增加单选与复选slot传参
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Dec 9, 2024
1 parent 137e8cc commit aeb5adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/uni_modules/uview-plus/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 3.3.52(2024-12-09)
add: notice-bar支持justifyContent属性

## 3.3.51(2024-12-09)
add: radio增加label插槽

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:class="iconClasses"
:style="[iconWrapStyle]"
>
<slot name="icon">
<slot name="icon" :elIconSize="elIconSize" :elIconColor="elIconColor">
<u-icon
class="u-checkbox__icon-wrap__icon"
name="checkbox-mark"
Expand Down
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/components/u-radio/u-radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:class="iconClasses"
:style="[iconWrapStyle]"
>
<slot name="icon">
<slot name="icon" :elIconSize="elIconSize" :elIconColor="elIconColor">
<u-icon
class="u-radio__icon-wrap__icon"
name="checkbox-mark"
Expand Down

0 comments on commit aeb5adf

Please sign in to comment.