kenhyuwa / vue-tailwind-picker

:tada: Datepicker component for vue.js build with Tailwind CSS & dayjs date library
https://vue-tailwind-picker.netlify.app/
193 stars 38 forks source link

format-date and format-display is not working #24

Open riesga opened 3 years ago

riesga commented 3 years ago

Hi,

When the format is set DD-MM-YYYY or DD/MM/YYYY the component does not work.

`<VueTailwindPicker :formatDate="'DD-MM-YYYY'" :formatDisplay="'DD-MM-YYYY'"
@change="(v) => value = v">

`