[#10] Add page to check for room availability

This commit is contained in:
Tom Wahl
2023-11-01 13:30:52 +01:00
parent 8590ab633a
commit e82465aa74
6 changed files with 53 additions and 532 deletions

View File

@@ -41,6 +41,10 @@ rooms().then(
placeholder="Select a Room"
/>
</div>
<div
class="m-6"
>
<RoomOccupation :room="selectedRoom.name"/>
</div>
</div>
</template>