9 lines
203 B
Vue
9 lines
203 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>{{ $attrs.description }}</p>
|
||
|
</DocSectionText>
|
||
|
<div>
|
||
|
<img class="w-full" src="/images/pt/divider.jpg" />
|
||
|
</div>
|
||
|
</template>
|