docs: should hide cell valueOnly demo in weapp
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user