Skip to content
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

How to modify the text content of the download button? #39

Open
thousmile opened this issue Nov 15, 2023 · 2 comments
Open

How to modify the text content of the download button? #39

thousmile opened this issue Nov 15, 2023 · 2 comments

Comments

@thousmile
Copy link

Replace "download" text

image

@tuanpham09
Copy link

support a proposal

@jmzwcn
Copy link

jmzwcn commented Jun 28, 2024

<QRCodeVue3 :value="qrValue" :key="qrValue" :width="200" :height="200" :download="true"
downloadButton="bn-hidden"
function download() {
let bn = document.getElementsByClassName('bn-hidden')[0] as HTMLButtonElement
bn.click()
}

.bn-hidden {
display: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants