full page traversal

This commit is contained in:
2026-03-19 00:36:42 +00:00
parent 8677176706
commit ceb907b975
3 changed files with 10 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ onBeforeMount(async () => {
<h1>What's free in my free?</h1>
<button @click="$emit('addSlot')">Add new slot</button>
</header>
<article>
<article v-if="rooms">
<h2>Free Rooms:</h2>
<p v-if="rooms.records.length == 0">No free rooms right now</p>
<ul v-for="(slot, index) in rooms.records">