How we can combine q-scroll-area and v-scroll ?
(to get scroll position on every scroll events)
Or how to use q-scroll-area method getScrollPosition on every scroll event?
I am trying to use this approach but it is not working
<q-scroll-area
v-scroll="scrolled"
>
...
Or maybe exist another simpler approach?
In general, I am trying to create something like this:
on click on the right drawer item - scroll to some paragraph
on content scroll - set active item in the drawer