primefaces / primevue-nuxt-module

MIT License
73 stars 11 forks source link

Vue warn about ripple directive #52

Open DamianGlowala opened 7 months ago

DamianGlowala commented 7 months ago

I have another module which registers a ripple directive. Even though I set primevue.options.ripple to false in nuxt.config file, I receive the following warning:

image

shtse8 commented 5 months ago

Same here. I have implemented my ripple directive. even I set primevue.options.ripple to false and exclude ripple componenets. it still registers ripple directive`.

 [Vue warn]: Directive "ripple" has already been registered in target app.
onurusluca commented 4 months ago

Adding to this, setting primevue.options.ripple to true doesn't add ripple effect. Is there an another way? Couldn't find anything in the docs. Care to share?