primevue-mirror/doc/inplace/pt/PTImage.vue
Tuğçe Küçükoğlu 9e5baefc4c Inplace pt demo added
2023-04-27 14:55:28 +03:00

8 lines
251 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/inplace.jpg" />
</div>
</template>