Put a link on the register btn

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-06-27 13:02:00 +02:00
parent 6bcaaa0e79
commit 394057d45e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<v-flex text-xs-center>
<h1 class="display-3">Find events you like</h1>
<h2>Share it with Eventos</h2>
<v-btn>{{ $t("home.register") }}</v-btn>
<v-btn :to="{ name: 'Register' }">{{ $t("home.register") }}</v-btn>
</v-flex>
</v-layout>
</v-container>