Another update

This commit is contained in:
2026-07-18 15:15:30 +02:00
parent 12359144cb
commit 21e06b8a4c
14 changed files with 17 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ const { data: pages } = await useAsyncData('nav', () =>
<template>
<nav>
<h2>Notes</h2>
<h2>Notas</h2>
<TreeNode :nodes="pages" />
</nav>
</template>