[Doc] hide some demo in weapp (#3232)

This commit is contained in:
neverland
2019-04-28 19:34:46 +08:00
committed by GitHub
parent d2bc38f1cd
commit 9aca0d0867
5 changed files with 22 additions and 4 deletions

View File

@@ -54,7 +54,10 @@
</van-slider>
</demo-block>
<demo-block :title="$t('vertical')">
<demo-block
v-if="!weapp"
:title="$t('vertical')"
>
<div :style="{ height: '120px', paddingLeft: '30px' }">
<van-slider
v-model="value7"