Is there a way to center content vertically in Vuetify?
With the text-xs-center
helper class, the content gets centered horizontally only:
&
In Vuetify 2.x, v-layout and v-flex are replaced by v-row and v-col respectively. To center the content both vertically and horizontally, we have to instruct the v-row component to do it:
Centered both vertically and horizontally