pulilab / vue-qr-reader

Vue component to scan QR codes
https://pulilab.github.io/vue-qr-reader/#/
MIT License
49 stars 13 forks source link

qr component no matching tag typo error? #18

Open kabaluyot opened 5 years ago

kabaluyot commented 5 years ago

the original: <vue-qr-reader v-on:code-scanned="codeArrived" v-on:error-captured="errorCaptured" > seems to have an error with no matching tag..

works with <vue-qr-reader v-on:code-scanned="codeArrived" v-on:error-captured="errorCaptured" />`

DonNicoJs commented 5 years ago

@xopi24 is this in the documentation ?