Compare commits
5 Commits
v0.0.29
...
09d63a68d8
| Author | SHA1 | Date | |
|---|---|---|---|
| 09d63a68d8 | |||
| 0a4a021a46 | |||
| 47679926ff | |||
| c186e6a5e1 | |||
| 3062709f08 |
@@ -24,6 +24,7 @@
|
||||
<a
|
||||
:href="href"
|
||||
@click="navigate"
|
||||
:class="isReceptionActive ? 'opacity-100' : 'opacity-50'"
|
||||
>
|
||||
Admin
|
||||
</a>
|
||||
@@ -108,6 +109,7 @@ import { useAuthStore } from '~/stores/auth'
|
||||
|
||||
const route = useRoute()
|
||||
const auth = useAuthStore()
|
||||
const isReceptionActive = computed(() => route.path.startsWith('/reception'))
|
||||
const isMenuOpen = ref(false)
|
||||
|
||||
const closeMenu = () => {
|
||||
|
||||
Reference in New Issue
Block a user