egoist / vue-content-loader

SVG component to create placeholder loading, like Facebook cards loading.

Home Page:https://create-content-loader.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component disappear during mount in nuxt

liqueflies opened this issue · comments

Hello,

thank you for the awesome work. I'm experiencing an issue using vue-content-loader with nuxt.
At the beginning server render the content, and then in mount it disappear.

If I trigger HMR component appear again.

Any ideas?

Thank you.

Make sure to add a uniqueKey prop to your component: https://github.com/egoist/vue-content-loader#props

You could use NoSsr to render this on client-side, it worked for me

@egoist that's the correct answer and fixed it for me.