Konami everywhere

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-24 09:59:48 +01:00
parent 82216ac589
commit 783bc641af
2 changed files with 4 additions and 5 deletions

View File

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