0👍
I believe there should be enableLinks
option available in html2pdf
library. Something like this:
Ref: https://ekoopmans.github.io/html2pdf.js/#options
html2pdf(element, {
enableLinks: true
// ... other options
});
- [Vuejs]-How to avoid php getting vuejs params as string when it is undefined or null
- [Vuejs]-Can't stop text gradient animation from resetting when complete
0👍
Thank you for reply.
After looking online and check different code i didn’t find any solution. Normal links are working but not internal links even with enableLinks!
I am not sure it’s possible.
- [Vuejs]-V-if not updating dynamically inside a v-for loop
- [Vuejs]-Pass component as prop in object param
Source:stackexchange.com