docs(DatetimePicke): update demo (#8427)

This commit is contained in:
neverland
2021-03-29 19:42:55 +08:00
committed by GitHub
parent 62eda87c99
commit a3c9111130
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ import { ref } from 'vue';
export default {
setup() {
const currentDate = ref(new Date());
const currentDate = ref(new Date(2021, 0, 17));
return {
minDate: new Date(2020, 0, 1),
maxDate: new Date(2025, 10, 1),