TJ Downes

Results 10 comments of TJ Downes

@zoheil-ag it looks like you're using composition API but not using `script setup`. Which may be the difference here

Plunker doesn't seem to compile .vue files, so it seems I cannot create the example using plunker. I tried the sandbox this morning and it worked fine after a refresh,...

Same. It's intermittent, some take much longer than others

In trying to resolve this issue, I discovered that resolving the zxing library dependency to the latest `0.20.0` version does indeed resolve the slowness issue. My scans are now instant....

> @sk-tjdownes what versions of vue and the barcode reader are you using? For me that fix does not seem to work i still get slow or no scans. Could...

@simonbaumeler I'm using yarn. If you're using npm, try `overrides` instead of `resolutions`

> I've forked this library and added many enhancements which makes it work much better Well done. Have you submitted a pull request? Hoping we can get these enhancements back...

I figured out how to make this work, albeit the docs are still wrong for Vue.

> @sk-tjdownes Having the same problem here, were you able to get it to work using `` ? Yes, albeit it's hack IMO I created this method ``` const setGridInitialState...

@NessterGit just to add some context to my code: `gridStates` is stored in localstorage and is a collection of grid states for various grids in our app. `gridId` is the...