Card & DeferredContent & Divider pt tabs added

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-10 14:56:07 +03:00
parent 56bf0de393
commit cf692f65c2
11 changed files with 297 additions and 5 deletions

View file

@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>{{ $attrs.description }}</p>
</DocSectionText>
<div>
<img class="w-full" src="/images/pt/deferred.jpg" />
</div>
</template>