vue-tailwind-datepicker
vue-tailwind-datepicker copied to clipboard
nuxt3 :disable-date drops styles
Hi,
thanks a lot for component.
I have problem, i migrate from vue3 to nuxt3, and after i choose a date in datepicker, all busy dates change style from .disabled:text-vtd-secondary-500:disabled to default.
before date choose:
after:
code of project: https://github.com/EvolutionInIT/dress-nuxt/blob/main/components/rent/catalog/DressBook.vue 104 line webpage: https://gatsby.kz/en/rent/dress/41
can you help me, whats wrong i do, or not do))?
the problem appears only then "as-single" enabled, then "as-single" off css .disabled:text-vtd-secondary-500:disabled works fine
<VueTailwindDatepicker
no-input
as-single
v-model="date"
:disable-date="getBusyDates"
/>