mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
docs: improve error page
This commit is contained in:
@@ -49,7 +49,7 @@ const navigation = computed(() => {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
return nav.value.filter(item => item._path !== '/dev')
|
return nav.value?.filter(item => item._path !== '/dev') || []
|
||||||
})
|
})
|
||||||
|
|
||||||
const links = computed(() => {
|
const links = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user