mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
docs: should hide some demes in vant-weapp
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<van-button type="danger" :text="$t('fail')" @click="showFailToast" />
|
||||
</demo-block>
|
||||
|
||||
<demo-block v-if="!$attrs.weapp" :title="$t('customIcon')">
|
||||
<demo-block v-if="!isWeapp" :title="$t('customIcon')">
|
||||
<van-button type="primary" :text="$t('customIcon')" @click="showIconToast" />
|
||||
<van-button type="primary" :text="$t('customImage')" @click="showImageToast" />
|
||||
</demo-block>
|
||||
|
Reference in New Issue
Block a user