@@ -3,10 +3,10 @@
|
||||
|
||||
<div class="grid grid-cols-2 gap-x-2 pb-4">
|
||||
<button type="button" class="button bg-button" :class="{ 'bg-button--secondary': tab === 'data' }" @click="tab = 'data'">
|
||||
Reisedaten
|
||||
Buchungsübersicht
|
||||
</button>
|
||||
<button type="button" class="button bg-button" :class="{ 'bg-button--secondary': tab === 'participants' }" @click="tab = 'participants'">
|
||||
Teilnehmer
|
||||
Buchung ändern
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user