Customize Nuxt Loading Indicator
In this example:
nuxt.config.js
contains:
ssr: false
so we only have client side renderingloadingIndicator
property to modify the default spinner
Learn more in the Features book in the Loading chapter.
Loading CodeSandbox...