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
When i call the hasDownloaded function i'm getting this error invoiceGenerator.js:49660 [Vue tip]: Event "hasdownloaded" is emitted in component <VueHtml2pdf> but the handler is registered for "hasDownloaded". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "has-downloaded" instead of "hasDownloaded". in the console
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Screenshots
If applicable, add screenshots to help explain your problem.
Package Version
e.g. 1.8.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When i call the hasDownloaded function i'm getting this error
invoiceGenerator.js:49660 [Vue tip]: Event "hasdownloaded" is emitted in component <VueHtml2pdf> but the handler is registered for "hasDownloaded". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "has-downloaded" instead of "hasDownloaded".
in the consoleTo Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Package Version
e.g. 1.8.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: