feat: Material you in startup

This commit is contained in:
Front 2022-04-06 20:30:34 -04:00
parent 6a5f1d192b
commit a873a7ee7d
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@
flat
class="pb-5 background"
:class="$vuetify.theme.dark ? 'lighten-1' : 'darken-1'"
:style="{borderRadius: `${roundTweak / 2}rem`}"
>
<v-card-title>Default Page</v-card-title>
<v-card-text>
@ -21,6 +22,13 @@
<script>
export default {
computed: {
roundTweak() {
return this.$store.state.tweaks.roundTweak;
}
},
data() {
return {
page: "home",