2023-03-31 23:42:09 +00:00
|
|
|
<template>
|
|
|
|
<DocSectionText v-bind="$attrs">
|
|
|
|
<p>{{ $attrs.description }}</p>
|
|
|
|
</DocSectionText>
|
|
|
|
<div>
|
2023-04-07 13:01:40 +00:00
|
|
|
<img class="w-full" src="/images/pt/accordion.jpg" />
|
2023-03-31 23:42:09 +00:00
|
|
|
</div>
|
|
|
|
</template>
|