Need some help to setup tw elements with nuxt 3 and tailwindcss module #2329
-
Hi guys. I know there is a nuxt integration section in the docs. But my pre-configuration is little different as I use nuxt module to add tailwind to my project. And therefore I can't strictly follow fore-mentioned instructions. Right now I am having an Error "500 document is not defined". Hope for your help. Details bellow: Error message:
nuxt.config.ts
tailwind.config.js
Carousel.vue
|
Beta Was this translation helpful? Give feedback.
Answered by
iprzybysz
Mar 18, 2024
Replies: 1 comment
-
Hi @Vitalii-Kh95 try importing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vitalii-Kh95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Vitalii-Kh95 try importing
Carousel
component dynamically. Check out our Nuxt Troubleshooting section for more details.