vue-markdown icon indicating copy to clipboard operation
vue-markdown copied to clipboard

Delayed rendering in Nuxt.js - is there a way to not rerender on the client side?

Open emdahlstrom opened this issue 6 years ago • 1 comments

Hi, I'm having trouble with content in the markdown component rendering after other content in a nuxtjs app.

The issue likely stems from the component rerendering the content on the client side even though it is already rendered on the server side.

Is there a way for the component to not clear and rerender if it is already rendered? Maybe something about the context or what lifecycle hook it depends on?

All the best, Em

emdahlstrom avatar Mar 27 '18 13:03 emdahlstrom

see answer provided here: https://github.com/miaolz123/vue-markdown/issues/116#issuecomment-601696059

hartmut-co-uk avatar Apr 19 '20 19:04 hartmut-co-uk