This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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