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
@@ -120,7 +120,7 @@ export default {
setup() {
const t = useTranslate(i18n);
const value = reactive({
date: null,
date: new Date(2021, 0, 17),
time: '12:00',
datetime: new Date(2020, 0, 1),
datehour: new Date(2020, 0, 1),