responsive and config

This commit is contained in:
Julian Krauser 2024-11-06 08:59:07 +01:00
parent e74c6a5a23
commit 5f4aedff31
10 changed files with 54 additions and 41 deletions

View file

@ -21,6 +21,13 @@
<FieldType v-for="child in list.children" :data="child" />
</li>
</ol>
<NuxtLink
v-else-if="item.type == 'code'"
primary
:to="item.children[0].text.split('->')[0]"
class="w-fit p-2 px-3 rounded-md mx-auto mt-3"
>{{ item.children[0].text.split("->")[1] }}</NuxtLink
>
</div>
</div>
</template>