[Vuejs]-DOM.getBoundingClientRect doesn't fire on window scroll event but on resize [Vuejs]

0👍

Not all sure, but I see you’re using document.querySelector here, is there a reason why you’re not using:

this.$el.querySelector

You could also make use of Vue Refs of course, but maybe I have misunderstood your problem.

Leave a comment