Ejemplo 1: centro de la fila en V verticalmente
Vertical - align: start, center, end, baseline, stretch
Horizontal - justify: start, cener, end, space-around, space-between
Vertical Alignment:
<v-row align="start"></v-row> // top
<v-row align="center"></v-row> // middle
<v-row align="end"></v-row> // bottom
<v-row align="stretch"></v-row> // fill height
Horizontal Justification:
<v-row justify="start"></v-row> // left
<v-row justify="center"></v-row> // center
<v-row justify="end"></v-row> // right
<v-row justify="space-around"></v-row> // centered - spaced evenly around
<v-row justify="space-between"></v-row> // not centered - spaced evenly between
Ejemplo 2: vuetificar el centro de la fila verticalmente
<v-row align="center"></v-row>
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)