I'm currently exploring the world of Vue.js and could use some advice.
When making a GET request
using the axios
package, I would like to display a preloader for the entire page until all the data has been loaded. While I know this is a common task in Vue.js, I'm interested in learning how it's typically approached.
To create the preloader, I've developed a new component but I'm feeling a bit confused. How can I call that component from another one and make it visible at a specific time?