Converted signout to new vuetify

This commit is contained in:
Travis Shivers 2020-06-22 17:10:22 -05:00
parent 0936139988
commit 1d701bec6c
1 changed files with 7 additions and 10 deletions

View File

@ -1,18 +1,15 @@
<template>
<v-layout
wrap
row
>
<v-flex
xs12
md8
offset-md2
<v-row>
<v-col
cols="12"
md="8"
class="offset-md2"
>
<h1 class="white--text center-text pa-4">
Successfully signed out
</h1>
</v-flex>
</v-layout>
</v-col>
</v-row>
</template>
<script>