Jul 12, 2021
You can also do things like this when binding classes to help shorten things further:
:class="{
'classOnlyOnThesePages' :
['Home', 'Gallery', 'Profile'].includes($route.name)
}"
I included this in my article on 11 Advanced Vue Tricks:
https://betterprogramming.pub/advanced-vue-tricks-6e315347c378