docs(DatetimePicker): hide month-day demo in weapp (#6495)

This commit is contained in:
neverland 2020-06-09 21:03:39 +08:00 committed by GitHub
parent 29857d7ac8
commit c9f9e36494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
/>
</demo-block>
<demo-block :title="t('monthDayType')">
<demo-block v-if="!isWeapp" :title="t('monthDayType')">
<van-datetime-picker
v-model="value.monthDayType"
type="month-day"