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