[Vuejs]-Wait till API response before changing view with Vue Router

0👍

The issue with your page height jump could be resolved by this.

As for pre-loading the data, you can use the beforeRouteEnter() function, here.

Leave a comment