countdown more places

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-24 11:08:34 +01:00
parent 08af1e8825
commit 86baef131f
4 changed files with 67 additions and 11 deletions

View File

@@ -2,16 +2,14 @@
<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, Countdown },
components: { banner },
props: {},
data() {
return {};