Fixed Account pages

This commit is contained in:
2024-10-21 14:02:51 +02:00
parent 59470f5396
commit 7880a444b1
56 changed files with 208 additions and 153 deletions

View File

@@ -34,12 +34,9 @@ defineProps({
seatRow: Number,
seat: Number,
seatNr: Number,
standingArea: {
type: Boolean,
default: false
}
standingArea: Boolean
})
</script>
@@ -110,7 +107,7 @@ defineProps({
</div>
<div>
{{ seat }}
{{ seatNr }}
</div>
</v-card>
</div>