mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-04 06:59:45 +08:00
docs: should hide cell valueOnly demo in weapp
This commit is contained in:
parent
8df92071f5
commit
706e513725
@ -16,7 +16,7 @@
|
|||||||
<van-cell :title="$t('cell')" :value="$t('content')" icon="location-o" />
|
<van-cell :title="$t('cell')" :value="$t('content')" icon="location-o" />
|
||||||
</demo-block>
|
</demo-block>
|
||||||
|
|
||||||
<demo-block :title="$t('valueOnly')">
|
<demo-block v-if="!$attrs.weapp" :title="$t('valueOnly')">
|
||||||
<van-cell :value="$t('content')" />
|
<van-cell :value="$t('content')" />
|
||||||
</demo-block>
|
</demo-block>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user