#45 [pl] krótkie omówienie form (en) - wip

This commit is contained in:
Andrea Vos 2020-09-29 18:42:17 +02:00
parent d3447d2fb3
commit 1b015a40b2

View File

@ -16,7 +16,9 @@
<h3 class="h4">
{{templateGroup.name}}
</h3>
<p v-for="p in templateGroup.description" v-html="p"></p>
<p v-for="p in templateGroup.description">
<LinkedText :text="p"/>
</p>
<EnglishTable v-if="templateGroup.table" :t="templateGroup.table"/>
</li>
</ul>