mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.52k stars 407 forks source link

[Bug] Date from the object property is not being filled in the input field #676

Closed felzend closed 2 years ago

felzend commented 2 years ago

Vue2-datepicker version: v3.10.4 Vue version: v2.6.14 Browser: Chrome / Firefox

Reproduction Link or Source Code

image

image

Expected behavior

Actual behavior

mengxiong10 commented 2 years ago

The type of session.data is a String. You can set value-type.

<date-picker value-type="YYYY-MM-DD" />

https://mengxiong10.github.io/vue2-datepicker/index.html#ValueType