diff --git a/docs/error.vue b/docs/error.vue index a7e3ce3d..8a6d1b22 100644 --- a/docs/error.vue +++ b/docs/error.vue @@ -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(() => {