diff --git a/components/registro/CapturaDatos.vue b/components/registro/CapturaDatos.vue index fd3ab34..d060ee1 100644 --- a/components/registro/CapturaDatos.vue +++ b/components/registro/CapturaDatos.vue @@ -71,6 +71,10 @@ alt="The Buefy Logo" > + +
+ Inscribir +
@@ -88,6 +92,9 @@ export default { } }, methods: { + inscribir() { + console.log('inscrito') + }, clearDate() { this.selected = null }, diff --git a/pages/registro/index.vue b/pages/registro/index.vue index 1f13693..0a37c7e 100644 --- a/pages/registro/index.vue +++ b/pages/registro/index.vue @@ -57,7 +57,10 @@ export default { }, data() { return { - activeStep: 2, + activeStep: 0, + + isAnimated: true, + isRounded: true, hasNavigation: false, isStepsClickable: false,