mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Doc] DatetimePicker: usage of minTime/maxTime
This commit is contained in:
@@ -257,7 +257,6 @@ export default create({
|
||||
},
|
||||
|
||||
updateColumnValue(value) {
|
||||
console.log(value, this.type);
|
||||
let values = [];
|
||||
if (this.type === 'time') {
|
||||
const currentValue = value.split(':');
|
||||
|
Reference in New Issue
Block a user