Harmonic / vue-tailwind-modal

A modal box made for Vue that uses Tailwind CSS
28 stars 7 forks source link

Does it work with nuxt? #14

Closed somaria closed 3 years ago

somaria commented 3 years ago

Doesn't seem to work in nuxt. When click on the background, the modal is not closing.

craigharman commented 3 years ago

I actually use this with nuxt all the time. Are you getting a specific error message?

The background click to close is now configurable so also make sure you are passing the correct parameter,

somaria commented 3 years ago

Good to hear that it works. I will check my configuration again and feedback here.