shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
69 stars 40 forks source link

Getting error like "Unknown file extension ".css" " when I am using this package in NUXT 3 with SSR #75

Closed jigarf504 closed 8 months ago

jigarf504 commented 8 months ago

I've installed 'vuejs3-datepicker' in my Nuxt 3 SSR project. After importing the package and implemented it into my component, I encountered a 500 server error (please refer to the attached screenshot).

The previous version of this package worked exceptionally well, meeting all requirements. However, I'm facing issues during the Nuxt 3 upgrade process. I would greatly appreciate it if you could provide a solution.

Thanks in advance!

image

image

shubhadip commented 8 months ago

please check this link : https://stackblitz.com/edit/github-mjvz6j?file=app.vue

jigarf504 commented 8 months ago

Thank you so much. the issue has been resolved. great work.. appreciate.