mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Card & DeferredContent & Divider pt tabs added
This commit is contained in:
parent
56bf0de393
commit
cf692f65c2
11 changed files with 297 additions and 5 deletions
8
doc/deferredcontent/pt/PTImage.vue
Normal file
8
doc/deferredcontent/pt/PTImage.vue
Normal file
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>{{ $attrs.description }}</p>
|
||||
</DocSectionText>
|
||||
<div>
|
||||
<img class="w-full" src="/images/pt/deferred.jpg" />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue