Skip to content
Snippets Groups Projects
Commit f216f5f2 authored by magicfelix's avatar magicfelix
Browse files

WIP: Add Vue checkpoint frontend

parent 151969b9
No related branches found
No related tags found
No related merge requests found
<template>
<v-form
ref="form"
>
<v-text-field
v-model="comment"
label="Comment"
required
></v-text-field>
<v-btn
color="success"
class="mr-4"
@click="checkin"
>
Check in
</v-btn>
</v-form>
</template>
<script>
export default {
methods: {
checkin () {
},
},
}
</script>
......@@ -62,11 +62,8 @@ export default {
},
{
path: "event/:slug/checkpoint/",
component: () => import("aleksis.core/components/LegacyBaseTemplate.vue"),
component: () => import("./components/event/Checkpoint.vue"),
name: "paweljong.eventByNameCheckpoint",
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
},
{
path: "event/:slug/start/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment