-
Notifications
You must be signed in to change notification settings - Fork 340
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
Not be able to scan barcodes in vue 3 version? #379
Comments
Not sure what you mean but the npm package |
I have tried vue-qrcode-reader, but camera not detected the barcode,
export default defineComponent({
} |
Same here, using vue3 but this package. |
I think is related with |
A detailed explanation of the error you encounter, or a minimal repo/demo to reproduce the issue is always favorable, which can save us considerable amount of time chasing in the wrong direction. To import modules exported as subpath exports like |
Also, correct me if I'm wrong @Sec-ant but I think setting |
@gruhn Maybe, i will try to limit to the only ones i need.
|
The default is @ianalexis so you have no issue with import errors and only adjusting |
Ah there must be some misunderstanding. @ianalexis By saying "barcodes" you meant only 1D barcodes, correct? Qr Code, DataMatrix ... are also considered barcodes. Judging by the title and your previous comments I always thought this issue was about this component not functioning at all in Vue3 (which is strange because it is written in Vue3), or there were some typing problems. @gruhn Performance penalties are for sure, but I'm too insensitive to benchmark it 🫣 |
@gruhn Yes, with the format is working. As performance penalty i cannot see any difference but still limit the format to the only ones i need. |
This issue has been marked as stale. If there is no further activity it will be closed. |
In vue3-qrcode-reader version not be able to scan barcodes.
there are any way to scan barcodes using this library?
Do you know any supported library for scan barcodes in i**onic7 vue 3** project
The text was updated successfully, but these errors were encountered: