docs(changelog): 2.9.2

This commit is contained in:
chenjiahan
2020-07-14 20:46:02 +08:00
parent 18dd82c8b4
commit 45862664d2
3 changed files with 9 additions and 5 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
/>
</demo-block>
<demo-block card v-if="!isWeapp" :title="t('monthDayType')">
<demo-block v-if="!isWeapp" card :title="t('monthDayType')">
<van-datetime-picker
v-model="value.monthDayType"
type="month-day"
@@ -52,7 +52,7 @@
/>
</demo-block>
<demo-block card v-if="!isWeapp" :title="t('datehourType')">
<demo-block v-if="!isWeapp" card :title="t('datehourType')">
<van-datetime-picker
v-model="value.datehour"
type="datehour"
@@ -71,7 +71,7 @@
/>
</demo-block>
<demo-block :title="t('sortColumns')">
<demo-block v-if="!isWeapp" card :title="t('sortColumns')">
<van-datetime-picker
v-model="value.sortColumnsDate"
type="date"