z- to zan-

This commit is contained in:
cookfront
2017-02-28 17:19:42 +08:00
parent 048049d506
commit 86ee2eaedc
7 changed files with 13 additions and 13 deletions

View File

@@ -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>