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

9 lines
200 B
Vue
Raw Normal View History

<template>
<DocSectionText v-bind="$attrs">
<p>{{ $attrs.description }}</p>
</DocSectionText>
<div>
<img class="w-full" src="/images/pt/card.jpg" />
</div>
</template>