0👍
✅
Note removal of unnecessary divs. Also v-layout
is no longer needed as of Vuetify 2.x.
<v-container fluid>
<v-row align="center" justify="center">
<v-col cols=12 md=6>
<v-img />
</v-col>
<v-col cols=12 md=6 align="center" justify="center">
<h1></h1>
<p></p>
</v-col>
</row>
</v-container>
Source:stackexchange.com