miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.89k stars 257 forks source link

How to disable render once ? #101

Closed zl7261 closed 4 years ago

zl7261 commented 4 years ago

I can use Axios to get a raw markdown file online.

But this plugin only renders once.

If I get a new file, the render result is still the before one.

How to disable it, so I can manually control when Axios finish the new request of file and re-render it.

zl7261 commented 4 years ago

My fault. I bind the value in Vue created period. So the value only created once and will no refresh although I give this same page differently param with Vue-router.