Is there a way to center content vertically in Vuetify?
With the text-xs-center helper class, the content gets centered horizontally only:
text-xs-center
&
For me, align="center" was enough to center FOO vertically:
align="center"
FOO