Open kabaluyot opened 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..
<vue-qr-reader
>
works with <vue-qr-reader v-on:code-scanned="codeArrived" v-on:error-captured="errorCaptured" />`
@xopi24 is this in the documentation ?
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" />`