TabView & TabPanel pt tab added

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-10 17:51:51 +03:00
parent 3a09904e8d
commit ce832efb15
8 changed files with 315 additions and 4 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/toolbar.jpg" />
</div>
</template>