docs: should hide some demes in vant-weapp

This commit is contained in:
陈嘉涵
2019-12-30 11:37:07 +08:00
parent 11faabd408
commit 630155833f
11 changed files with 19 additions and 11 deletions

View File

@@ -62,7 +62,7 @@
</van-checkbox-group>
</demo-block>
<demo-block v-if="!$attrs.weapp" :title="$t('toggleAll')">
<demo-block v-if="!isWeapp" :title="$t('toggleAll')">
<van-checkbox-group v-model="checkAllResult" ref="group">
<van-checkbox name="a">{{ $t('checkbox') }} a</van-checkbox>
<van-checkbox name="b">{{ $t('checkbox') }} b</van-checkbox>