API: The loading indicator Property
When running Nuxt.js in SPA mode, there is no content from the server side on the first page load. So, instead of showing a blank page while the page loads, we may show a spinner.
Default value is:
- circle
- fading-circle
- folding-cube
- chasing-dots
- pulse
- rectangle-bounce
- rotating-plane
- wandering-cubes
Built-in indicators support and options.
Custom indicators
Nuxt's built-in is also available if you need a base!