kempsteven / vue-html2pdf

vue-html2pdf converts any vue component or element into PDF, vue-html2pdf is basically a vue wrapper only and uses html2pdf.js behind the scenes.
https://www.npmjs.com/package/vue-html2pdf
MIT License
432 stars 75 forks source link

List style item tag ol li doesnt work #144

Open careerdimasprayoga opened 1 year ago

careerdimasprayoga commented 1 year ago

Describe the bug In html page my ol li tag/list style item is ordered as well, but when preview and downloaded file pdf the ol li tag doesnt show

I've added list-style-type: decimal !important; on style and @media print but still doesnt work on download and preview, but the my page list item is show as well

version : "vue-html2pdf": "^1.8.0",