-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download Link Broken #11
Comments
Is it fixed? |
no it's not fixed. Wish it was though! |
And with vue-tsc 1.0, it now errors out on compilation even if download is disabled :(
|
This package has a lot of problems. The best thing to do if you really need it is to fork it and fix it yourself. I did that but I never fixed the download button - it looks like an easy fix tho. |
You can try this code: |
Here is last fixes. https://www.npmjs.com/package/qr-code-generator-vue3/v/1.4.21 |
Fixed in last update. Demo is here: https://github.com/scholtz/qrcode-vue3-sample/blob/master/src/App.vue#L12 |
Download link doesn't work. Looks like when this was forked the function tied to the Download button was deleted.
@click="onDownloadClick"
The onDownloadClick function is not referenced anywhere and thus never happens
The text was updated successfully, but these errors were encountered: