add footer and fix layout in highscore

This commit is contained in:
Adrian Thompson
2020-10-30 12:52:37 +01:00
parent 61851e4935
commit 9f2adb54e0
3 changed files with 40 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
<div class="app-container">
<banner :routes="routes"/>
<router-view />
<WineFooter />
<UpdateToast
v-if="showToast"
:text="toastText"
@@ -14,11 +15,12 @@
<script>
import ServiceWorkerMixin from "@/mixins/ServiceWorkerMixin";
import banner from "@/ui/Banner";
import WineFooter from "@/ui/WineFooter";
import UpdateToast from "@/ui/UpdateToast";
export default {
name: "vinlottis",
components: { banner, UpdateToast },
components: { banner, UpdateToast, WineFooter },
props: {},
data() {
return {