Konami everywhere
This commit is contained in:
@@ -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 {};
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Countdown />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -37,7 +36,6 @@ 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: {
|
||||
@@ -47,8 +45,7 @@ export default {
|
||||
WinGraph,
|
||||
Banner,
|
||||
Wines,
|
||||
Vipps,
|
||||
Countdown
|
||||
Vipps
|
||||
},
|
||||
mounted() {
|
||||
if (window.location.hostname == "localhost") {
|
||||
|
||||
Reference in New Issue
Block a user