<template> <v-container class="d-flex" fill-height> <v-row class="justify-center align-center"> <h1 align="center" class="text-xs-h4 center text-sm-h2 text-lg-h1 font-weight-medium" > Spaß mit Wappen </h1> </v-row> <v-row class="justify-center"> <v-btn color="primary" elevation="4" x-large dark @click="$store.commit('setShowHero', false)" > Start </v-btn> </v-row> </v-container> </template> <script> export default {}; </script> <style></style>