I recently integrated the Vue datepicker component by following the guide provided at: https://github.com/ReproNim/reproschema-ui/blob/master/src/components/Inputs/YearInput/YearInput.vue
After answering the component, if I navigate away from the page and return, the value appears to be changed to "1969". In the mounted method (line 53 in the above link), I verified the initialized value. It is correctly assigned to the data "input". However, on the screen, the component displays "1969" instead of the expected value.
Could someone provide insight as to why this issue occurs?