Errores y boton
This commit is contained in:
@@ -71,6 +71,10 @@
|
||||
alt="The Buefy Logo"
|
||||
></b-image>
|
||||
</div>
|
||||
|
||||
<div class="has-text-centered pb-5">
|
||||
<b-button @click="inscribir()" type="is-success">Inscribir</b-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -88,6 +92,9 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
inscribir() {
|
||||
console.log('inscrito')
|
||||
},
|
||||
clearDate() {
|
||||
this.selected = null
|
||||
},
|
||||
|
||||
@@ -57,7 +57,10 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
activeStep: 2,
|
||||
activeStep: 0,
|
||||
|
||||
isAnimated: true,
|
||||
isRounded: true,
|
||||
|
||||
hasNavigation: false,
|
||||
isStepsClickable: false,
|
||||
|
||||
Reference in New Issue
Block a user