Results 6 comments of gabriel

You need to create a plugin and import it in nuxt.config.js with ssr set to false. Here is the code for the plugin : import Vue from 'vue' import Flickity...

@michaelpumo Have you put the no-ssr tag before your div who use vue-flickity ? If yes, you can try to use flickity instead. Here how you can use it in...

@michaelpumo you'll have all the content in ssr with this solution. Flickity will only execute on client side and put custom style to your div. If you don't create a...

Anyone got ssr issue? It's really weird and first time i see that. Despite being nest in client-only tag i've got an ssr issue ![Screen Shot 2021-09-03 at 3 55...

Sorry for not using the right term. I've always called that ssr issue but you're right DOM mismatch is the right way to call this error. My plugin is already...

both run when a smartQuery is executed. I'll open an issue on the original module. Thanks for your quick response.