Developing Booking Form

This commit is contained in:
2023-11-26 09:21:04 -05:00
parent 8200bcde52
commit a3cdbbfbbd
13 changed files with 423 additions and 172 deletions

View File

@@ -8,7 +8,6 @@
:key="link.name"
>
<q-btn
:v-model="auth.ready"
:icon="link.icon"
color="primary"
:size="`1.25em`"
@@ -25,8 +24,5 @@
<script lang="ts" setup>
import { links } from 'src/router/navlinks.js';
import { useAuthStore } from 'stores/auth';
import ToolbarComponent from 'components/ToolbarComponent.vue';
const auth = useAuthStore();
</script>