Skip to content

use404

This composable get the defined 404 page on the root node. It's required that the root node has a Multinode Tree Picker property called errorPage that has a reference to the node that acts as the 404 page.

Usage

vue
<script setup lang="ts">
const errorPage = await use404()
</script>