This commit is contained in:
2026-01-10 19:01:56 +00:00
parent 51592d7eb2
commit abcad8247f
14 changed files with 128 additions and 148 deletions

View File

@@ -18,6 +18,6 @@ const keys = ["name", "link"];
:key="rowIndex"
:href="row.link"
>
<h2>{{ row.name }}</h2>
<p>{{ row.name }}</p>
</a>
</template>