You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
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",
The text was updated successfully, but these errors were encountered: