This commit is contained in:
2026-07-18 15:36:28 +02:00
parent 21e06b8a4c
commit d4e48c6bb4
5 changed files with 63 additions and 22 deletions

View File

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

View File

@@ -48,6 +48,7 @@ if (!page.value) {
width: 100%;
max-width: 800px;
padding: 0 1rem;
margin-bottom: 300px;
}
.page-tree-sidebar {