Developing Booking Form
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user