Migrated doc api components

This commit is contained in:
Cagatay Civici 2024-05-20 15:08:32 +03:00
parent 7ca3bc6844
commit b0f3ed663f
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<template>
<template v-for="(doc, i) of docs" :key="doc.label + '_' + i">
<section class="py-4">
<section class="py-6">
<template v-if="doc.children">
<div :id="doc.id">
<DocSectionText :id="doc.id" :label="doc.label" :badge="doc.badge">