fix
This commit is contained in:
parent
b8d8951c17
commit
e2f22cc9c0
3 changed files with 23 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ import { usePositionKeycloakStore } from '@/stores/positionKeycloak'
|
|||
import DialogHeader from '@/components/DialogHeader.vue'
|
||||
import PopupPrivacy from '@/components/PopupPrivacy.vue'
|
||||
import DialogDebug from '@/components/DialogDebug.vue'
|
||||
import FooterContact from '@/components/FooterContact.vue'
|
||||
|
||||
const mixin = useCounterMixin()
|
||||
const privacyStore = usePrivacyStore()
|
||||
|
|
@ -561,6 +562,11 @@ onMounted(async () => {
|
|||
<router-view :key="$route.fullPath" />
|
||||
</q-page>
|
||||
</q-page-container>
|
||||
|
||||
<!-- Footer -->
|
||||
<q-footer class="bg-grey-1 text-dark q-pa-md">
|
||||
<footer-contact />
|
||||
</q-footer>
|
||||
</q-layout>
|
||||
|
||||
<q-dialog v-model="modalReset" persistent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue