mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs: [el-time-picker] update default value (#4898)
already disabledTime '18:40', it might mislead reader.
This commit is contained in:
parent
6ddd8df46d
commit
a7e72c08ff
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user