[ANSWERED] javascript – Locomotive Scroll not working with Vue.js when having to load images on page
Solution 1 : maybe this will help. Im using Vuejs in Nuxt and i had a similar issue. You need to trigger the locomotive update() after the dom is loaded.…