Essentially I’m trying to work out how to do this in Nuxt 3:
https://debbie.codes/blog/nuxt-loading/
Where I can have a loading screen as a model with a progress bar/animation
Can I use a vue file with spaLoadingTemplate or does it have to be HTML?
Also is it possible to actual customise the loading screen or is it just the spinner with spaLoadingTemplate?