From 30ee4aef8b1793f8862a92628939f9b63ce2f461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 24 Jan 2020 09:51:24 +0100 Subject: [PATCH] KONMAIIIIIIIIIIIIIIIIII --- src/components/VinlottisPage.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 103bfea..95e6d74 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -24,6 +24,7 @@ + @@ -36,6 +37,7 @@ import WinGraph from "@/ui/WinGraph"; import Banner from "@/ui/Banner"; import Wines from "@/ui/Wines"; import Vipps from "@/ui/Vipps"; +import Countdown from "@/ui/Countdown"; export default { components: { @@ -45,7 +47,8 @@ export default { WinGraph, Banner, Wines, - Vipps + Vipps, + Countdown }, mounted() { if (window.location.hostname == "localhost") {