...you will use Laravel's router instead of Vue router
//Вот так можно вывести количество прокрученных пикселей до блока
const el = document.querySelector('.target')
console.log(el.scrollTop)
//Вот так можно вывести высоту блока в пикселях
console.log(el.clientHeight)