docs: [el-time-picker] update default value (#4898)

already disabledTime '18:40', it might mislead reader.
This commit is contained in:
Soul 2021-12-20 11:15:41 +08:00 committed by GitHub
parent 6ddd8df46d
commit a7e72c08ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ const makeRange = (start, end) => {
export default {
data() {
return {
value1: new Date(2016, 9, 10, 18, 40),
value2: new Date(2016, 9, 10, 18, 40),
value1: new Date(2016, 9, 10, 18, 30),
value2: new Date(2016, 9, 10, 18, 30),
}
},
methods: {