2023-04-28 08:56:09 +00:00
|
|
|
<template>
|
|
|
|
<DocSectionText v-bind="$attrs">
|
|
|
|
<p>{{ $attrs.description }}</p>
|
|
|
|
</DocSectionText>
|
|
|
|
<div class="card">
|
2023-05-11 09:25:11 +00:00
|
|
|
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/overlaypanel.jpg" />
|
2023-04-28 08:56:09 +00:00
|
|
|
</div>
|
|
|
|
</template>
|