primevue-mirror/doc/fieldset/pt/PTImage.vue

9 lines
239 B
Vue
Raw Normal View History

2023-04-10 14:00:54 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>{{ $attrs.description }}</p>
</DocSectionText>
<div>
2023-04-19 07:44:24 +00:00
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/fieldset.jpg" />
2023-04-10 14:00:54 +00:00
</div>
</template>