[update] 修改bug81904
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
<van-calendar
|
||||
color="#3074F6"
|
||||
v-model="showCalendar"
|
||||
:min-date="minDate"
|
||||
:max-date="maxDate"
|
||||
@confirm="onConfirm"
|
||||
/>
|
||||
</div>
|
||||
@@ -44,7 +46,9 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
showCalendar: false
|
||||
showCalendar: false,
|
||||
minDate: new Date(2000, 0, 1),
|
||||
maxDate: new Date(2500, 0, 1)
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user