The loading bar is enabled in nuxt.config.js as seen below, but it's not showing up between routes. I'm using Vuetify.
/*
** Customize the progress-bar color
*/
loading: {
color: '#333333'
},
I'm using the following way to switch routes:
<nuxt-link to="/auth/admin">Admin</nuxt-link>