gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.03k stars 330 forks source link

[Vue warn]: Method "track" has already been defined as a prop. #271

Closed firdiansyah26 closed 2 years ago

firdiansyah26 commented 2 years ago

Hi all,

I have a problem with this plugin before. When I try to access this scanner, I found warning in console like this [Vue warn]: Method "track" has already been defined as a prop., but in my code, I'm not implemented props track. Any suggestion? image image

gruhn commented 2 years ago

Hard to tell. Can you provide a minimal (online) demo that reproduces the problem?

firdiansyah26 commented 2 years ago

Hard to tell. Can you provide a minimal (online) demo that reproduces the problem?

it doesn't take a long case to bring up the warning, because it already happened when rendering qrcode-stream

gruhn commented 2 years ago

Sorry, I can't reproduce it locally.