Courses

The Vue.js Master Class - Loading Indicators when Fetching Async Data - Show a Progress Bar while Components Fetch Asynchronous Data

Since we're fetching async data when loading a new component, it might be a better fit to change the loading indicator from a spinner to a progress bar.

In this lesson, we're importing and configuring NProgress.js to show the progress bar when we're fetching async data.