BANNER AT THE TOP

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 11:23:21 +01:00
parent 4a09723596
commit cce64611ca
3 changed files with 3 additions and 5 deletions

View File

@@ -1,13 +1,15 @@
<template>
<div class="container">
<banner />
<router-view />
</div>
</template>
<script>
import banner from "@/ui/Banner";
export default {
name: "vinlottis",
components: {},
components: { banner },
props: {},
data() {
return {};