Hi I am using vuejs for my application and need to integrate onscan js with that. I ma facing below issues -
- I added onscanjs under main.js and import it so that I can use it anywhere in the whole application.
- Once, I go to my components, it doesn't find onscan js at all. So I removed it from main.js and imported it under every componenet where its needed.
- Now, it is trying to mount onscan every time a scan is done which is giving me console errors and the scan works for the first time only (when there is no console error)
Please help
Hi I am using vuejs for my application and need to integrate onscan js with that. I ma facing below issues -
Please help