mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
radio component
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
<span class="z-cell__label" v-if="label" v-text="label"></span>
|
||||
</slot>
|
||||
</div>
|
||||
<div class="z-cell__value" :class="{ 'is-link' : isLink }">
|
||||
<div class="z-cell__value" :class="{
|
||||
'is-link': isLink,
|
||||
'is-alone': !title && !label
|
||||
}">
|
||||
<slot>
|
||||
<span v-text="value"></span>
|
||||
</slot>
|
||||
|
Reference in New Issue
Block a user