mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
z- to zan-
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
type="radio"
|
||||
class="zan-radio__control"
|
||||
:disabled="isDisabled">
|
||||
<span class="zui-icon" :class="{
|
||||
'zui-icon-checked': currentValue === name,
|
||||
'zui-icon-check': currentValue !== name
|
||||
<span class="zan-icon" :class="{
|
||||
'zan-icon-checked': currentValue === name,
|
||||
'zan-icon-check': currentValue !== name
|
||||
}">
|
||||
</span>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user