radio component

This commit is contained in:
cookfront
2017-02-21 09:52:46 +08:00
parent a0910a754e
commit 8782fe99cb
7 changed files with 69 additions and 2 deletions
+3
View File
@@ -4,6 +4,9 @@
:class="{
'is-disabled': disabled
}">
<span class="z-radio__label">
<slot></slot>
</span>
</z-cell>
</template>