SocioJs

Results 2 comments of SocioJs

For Nuxt users, here is my fix: 1. Rename your plugin filename.js to filename.client.js to make it a client-only render. 2. In the component, just wrap your Carousel element with...

> @t-bee do you mind sharing an example on the plugin and how to use it on the component? Plugins --> vue3-carousel.client.js ``` import "vue3-carousel/dist/carousel.css"; import { Carousel, Slide, Pagination,...