How to change route loading indicator color
-
Is it possible to change route loading color?
-
Sorry, what exactly do you mean with “route loading”?
-
“router-link-active” css class
Read more on it here: https://router.vuejs.org/api/#active-class -
Are you referring to the LoadingBar Quasar plugin? https://v1.quasar-framework.org/quasar-plugins/loading-bar
-
@CristalT… I mean the progressive thin line that shows under address bar when route changes…
I dont know what its called in quasar, but i want to change the color -
Seems like you are talking about QAjaxBar component.
Check at yourquasar.conf.js
file and set the color property into the config collection:config: { loadingBar: { color: 'indigo-7' // --> from Quasar Color Palette } }
-
@CristalT Lol…very funny, I have not read the docs to that level
thanks…I got it already