Agentic UI scrolling

This commit is contained in:
2025-09-15 22:39:28 +03:00
parent 30477580bd
commit beaa279ffc
4 changed files with 41 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ const { data: article } = useAsyncData(path, async () => {
class="rounded-lg"
/>
<ULink
v-if="article.coverImage.authorUrl"
:to="article.coverImage.authorUrl"
target="_blank"
class="text-xs text-slate-500 italic font-serif hover:underline"