mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
navbar adjustments
This commit is contained in:
parent
b10037ae99
commit
968c7ceac3
@ -12,7 +12,7 @@
|
||||
<BNavItem to="/user">{{ $t('navbar.user_search') }}</BNavItem>
|
||||
<BNavItem class="bg-color-creation" to="/creation-confirm">
|
||||
{{ $t('creation') }}
|
||||
<BBadge v-show="$store.state.openCreations > 0" variant="danger">
|
||||
<BBadge v-show="openCreations > 0" variant="danger">
|
||||
{{ openCreations.value }}
|
||||
</BBadge>
|
||||
</BNavItem>
|
||||
@ -44,6 +44,7 @@ import {
|
||||
BNavbarBrand,
|
||||
BBadge,
|
||||
BNavbarToggle,
|
||||
vBColorMode,
|
||||
} from 'bootstrap-vue-next'
|
||||
|
||||
const store = useStore()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user