Refactor on theming doc section

This commit is contained in:
Mert Sincan 2024-05-13 22:48:50 +01:00
parent 66b9f8b679
commit a82843f1ff
103 changed files with 856 additions and 213 deletions

View file

@ -1,6 +1,6 @@
<template>
<DocSectionText :id="id" :label="label" :level="componentLevel" :badge="badge">
<p>{{ description || null }}</p>
<p v-html="description"></p>
<p v-if="relatedProp" class="inline-block">
See <NuxtLink :to="setRelatedPropPath(relatedProp)" class="doc-option-link"> {{ relatedPropValue(relatedProp) }} </NuxtLink>
</p>