We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb57ce commit 117d23dCopy full SHA for 117d23d
1 file changed
src/radio/index.wxml
@@ -1,9 +1,9 @@
1
-<view bind:tap="onRadioChangeTap"
+<view mut-bind:tap="onRadioChangeTap"
2
class="label label-{{placement}} {{disabled?'label-disabled l-disabled-class':'l-class'}}">
3
<view class="radio"
4
style="color:{{checked?selectColor:(disabled?disabledColor:color)}};font-size:{{size}}">
5
<slot wx:if="{{custom}}" name="icon"/>
6
<view wx:else class="iconfont {{checked?'icon-select':'icon-unselect'}}"></view>
7
</view>
8
<slot/>
9
-</view>
+</view>
0 commit comments