markdown-it-vue
markdown-it-vue copied to clipboard
The vue lib for markdown-it.
Results
42
markdown-it-vue issues
Sort by
recently updated
recently updated
newest added
如果一个页面如果引入了多个组件,并且有图表的话,那么图表的加载会出错,是否因为出现了同名渲染的问题,有解决的办法么
在v-for进行多个markdown的echarts渲染时,会导致只渲染最后一个echarts,经排查后发现是使用了``md-echarts``的类进行echarts渲染导致,最后通过对过去已经渲染过的echarts进行重新类命名即可解决当前问题