Impossible to convert html code to pdf with vue-html2pdf
问题 I have a project in vuejs and I have to use vue-html2pdf. When i write a text in tag : <section>something</section> , my PDF is generated. But when i write in tag : <section><p>something</p></section> , my browser is crashed. Here my code in vuejs : <vue-html2pdf :show-layout="false" :preview-modal="true" :paginate-elements-by-height="10" :filename="test" :pdf-quality="2" :pdf-format="size" :ref="ref" > <section slot="pdf-content"> <section class="pdf-item"> <img :src=url> </section> <