Get the Post view count when scroll to a post or view a post vue js?

I have a page listing all the posts one by one. I want to add a count post_view incremented by 1 when the user scrolls to a post or views a post. I am kind of confused about what should be the scroll behavior I should add here ?
Here is what I want .. enter image description here

What will be the scroll behavior when I am viewing a post or focusing on a post?