Courses

Vue.js 3 Options API Masterclass - Loading Indicators when Fetching Async Data - Show a Loading Spinner while Fetching Async Data

In this lesson, we'll replace the boring loading text with a nice loading spinner. Since we've already implemented the loading functionality for our Vue.js application, adding in the spinner is just a matter of copying some markup from Spinkit, creating a AppSpinner component, and replacing the loading text with the new component.

Links