mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-01 05:39: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" />
|
||||
</demo-block>
|
||||
|
||||
<demo-block :title="$t('valueOnly')">
|
||||
<demo-block v-if="!$attrs.weapp" :title="$t('valueOnly')">
|
||||
<van-cell :value="$t('content')" />
|
||||
</demo-block>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user