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

dynamic data value not working #199

Open
enchi987 opened this issue Feb 15, 2024 · 2 comments
Open

dynamic data value not working #199

enchi987 opened this issue Feb 15, 2024 · 2 comments

Comments

@enchi987
Copy link

enchi987 commented Feb 15, 2024

I am using vuejs version 3, the component value not working when i pass the varialbe instead of plain text

<script>
export default {
     props:{
         qrdata: String
   }
}
</script>
<template>
<QRCodeVue3 value={{qrdata}} />
</template>

it generated {{qrdata}} as value

@Hydronio
Copy link

hey, same issue here, i haven't found a solution

@liamcharmer
Copy link

Any idea how to solve this?

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