Merge remote-tracking branch 'origin/product-procedures' into front-styles
This commit is contained in:
@@ -151,7 +151,7 @@ function getItems(state: 'collapsed' | 'expanded') {
|
||||
] satisfies NavigationMenuItem[]
|
||||
}
|
||||
|
||||
// zsdasdad
|
||||
//
|
||||
import { useRouter } from 'vue-router'
|
||||
import { currentLang } from '@/router/langs'
|
||||
import { useFetchJson } from '@/composable/useFetchJson'
|
||||
@@ -182,7 +182,7 @@ const menuItems = computed(() => {
|
||||
if (!menu.value?.length) return []
|
||||
|
||||
return transformMenu(
|
||||
menu.value[0]?.children || [],
|
||||
menu.value || [],
|
||||
currentLang.value?.iso_code
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user