chore: Add Claude Fix some bugs.
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m40s

This commit is contained in:
2026-03-14 22:50:00 -04:00
parent a11b2a0568
commit e1259688a4
19 changed files with 659 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
<template>
<q-page>
<q-tabs
v-model="tab"
inline-label
@@ -57,6 +58,7 @@
</div>
</q-tab-panel>
</q-tab-panels>
</q-page>
</template>
<script setup lang="ts">
import { useReservationStore } from 'src/stores/reservation';