|
@ -1,6 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<v-app id="inspire"> |
|
|
<v-app id="inspire"> |
|
|
<v-content> |
|
|
|
|
|
|
|
|
<v-main> |
|
|
<v-container class="fill-height" fluid> |
|
|
<v-container class="fill-height" fluid> |
|
|
<v-row align="center" justify="center"> |
|
|
<v-row align="center" justify="center"> |
|
|
<v-col cols="12" sm="8" md="4"> |
|
|
<v-col cols="12" sm="8" md="4"> |
|
@ -10,7 +10,7 @@ |
|
|
</v-col> |
|
|
</v-col> |
|
|
</v-row> |
|
|
</v-row> |
|
|
</v-container> |
|
|
</v-container> |
|
|
</v-content> |
|
|
|
|
|
|
|
|
</v-main> |
|
|
</v-app> |
|
|
</v-app> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|