mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
8 lines
252 B
Vue
8 lines
252 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>{{ $attrs.description }}</p>
|
|
</DocSectionText>
|
|
<div class="card">
|
|
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/textarea.jpg" />
|
|
</div>
|
|
</template>
|