WIP Частично заменила инпуты
This commit is contained in:
@@ -163,7 +163,7 @@ export default {
|
||||
},
|
||||
selectDate(date) {
|
||||
if (!this.range) {
|
||||
this.externalValue = date;
|
||||
this.externalValue = date.clone();
|
||||
return;
|
||||
}
|
||||
if (this.rangeCount) {
|
||||
|
||||
Reference in New Issue
Block a user