diff --git a/components/Header.vue b/components/Header.vue index b043055..5b257de 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -10,12 +10,18 @@ @@ -68,6 +74,8 @@ const navigation: Array = [ }, ]; +const currentPageIndex = useCurrentNavigationIndex(navigation); + const quickActions: Array = [ { icon: UserGroupIcon, diff --git a/pages/index.vue b/pages/index.vue index 10332f7..bba5f6e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,6 @@ - +