I'm trying to implement this example (https://codepen.io/lonekorean/pen/gaLEMR) in Vue.
My Template:

and this is my handleScroll() function

The problem is somewhere in the handleScroll()-method. It doesn't get the div and the textarea properly. I tried in in different ways as you see many lines in the method are commented. My code works now exactly as when you delete the content of the handleScroll()-method in the given example(link at top).