Nuxt loading bar not showing between routes
same problem I have it
this is working for me
loading: { color: '#333333', throttle: 0 },
for more info Customize progress bar
Try this:
loading: {
color: 'blue',
height: '5px',
throttle: 0
}
But if you use
Npx nuxt-create {app name}
Then in nuxt.config on line 20, there is already a loading object remove that. Good luck.