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