mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Use nuxtjs/mdc to render descriptions
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<a :href="data.url ?? undefined">
|
||||
<h2 class="text-xl font-semibold text-primary">{{ data.name }}</h2>
|
||||
</a>
|
||||
<p>{{ data.description }}</p>
|
||||
<MDC :value="data.description ?? undefined" />
|
||||
<UButton class="w-min h-min px-4 place-self-end" @click="link(data.identifier)">Link</UButton>
|
||||
</div>
|
||||
</UCard>
|
||||
|
Reference in New Issue
Block a user