@ -26,7 +26,7 @@
</div>
<div class="register">
<a class="btn" href="https://www.youtube.com/watch?v=GtL1huin9EE">Signups soon</a>
<a class="btn" href="https://www.youtube.com/watch?v=GtL1huin9EE" @click.prevent="signup">Signups soon</a>
</section>
<section class="trailer">
@ -44,6 +44,9 @@ export default {
methods: {
goback() {
this.$router.push('/regionalrumble');
},
signup() {
alert('Registrations open soon!');
}
@ -27,7 +27,7 @@
@ -45,6 +45,9 @@ export default {