How can you prevent layout jumps in Vue.js? Technology Community › Category: Vue.js › How can you prevent layout jumps in Vue.js? 0 Vote Up Vote Down VietMX Staff asked 4 years ago You want to totally nullify the time of the first rendering, the only way to go is to do server-side rendering. So your app will be served with the initial html structure already there.