2023-04-21 12:05:15 +00:00
|
|
|
<template>
|
|
|
|
<DocSectionText v-bind="$attrs">
|
|
|
|
<p>{{ $attrs.description }}</p>
|
|
|
|
</DocSectionText>
|
2023-04-26 12:52:30 +00:00
|
|
|
<div class="card">
|
2023-04-21 12:05:15 +00:00
|
|
|
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/avatar.jpg" />
|
|
|
|
</div>
|
|
|
|
</template>
|