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