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

9 lines
252 B
Vue
Raw Normal View History

2023-04-27 15:28:36 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>{{ $attrs.description }}</p>
</DocSectionText>
<div class="card">
2023-05-31 10:47:57 +00:00
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/megamenu.jpg" />
2023-04-27 15:28:36 +00:00
</div>
</template>