[Vuejs]-Vue datepicker change value to string

0👍

the datepicker is ok, you problem should be in your method, make the method computed if is not and the variable getDate maybe is 'undefined', maybe should be this.getDate

Leave a comment