fixed error in link registration. + upgrade packages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<q-footer
|
||||
v-if="tools.isUserOk() && site && site.confpages"
|
||||
:class="($q.dark.isActive ? `bg-black` : `bg-white`) + `small-screen-only`"
|
||||
:class="($q.dark.isActive ? `bg-black` : `bg-white`) + ` small-screen-only`"
|
||||
bordered
|
||||
>
|
||||
<q-tabs
|
||||
@@ -42,7 +42,7 @@
|
||||
icon="fas fa-user-friends"
|
||||
/>
|
||||
<q-route-tab
|
||||
v-if="site.confpages.bookingEvents"
|
||||
v-if="site.confpages.showViewBooking"
|
||||
class="mylabfooter"
|
||||
:label="$t('tabdown.bookings')"
|
||||
to="/admin/eventlist"
|
||||
|
||||
Reference in New Issue
Block a user