Removed hash from routes.

This commit is contained in:
2020-10-11 13:56:17 +02:00
committed by KevinMidboe
parent 2062f64999
commit 0923965544
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
/>
</section>
<div class="to-lottery-container">
<a href="#/lottery" class="to-lottery">Vil du til lotteriet?<span class="vin-link">Trykk her</span></a>
<router-link to="/lottery" class="to-lottery">Vil du til lotteriet?<span class="vin-link">Trykk her</span></router-link>
</div>
<section class="chart-container">
<PurchaseGraph class="purchase" />