Results 5 comments of flrnt

same error here, tried using a proxy (germany, spain, argentina, belgium, whatever..) but none worked

@alessandrofuda hi ! is it a feature to display data as a matrix ?

Ty for your reply @alessandrofuda It won't fit my case actually. I'm looking to extract file as a matrix, let's say 2 by 2 like so : | | label...

> I have however found a workaround using just vueuse. > > ```ts > // do this on your container element, if in another vue component save state to store...

in the code above, from @calebwaldner the parent element (container) is represented by this line ```js const { top: boundsTop, left: boundsLeft } = useElementBounding(container); ``` you can use inject/provide...