mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
ScrollTop pt demo added
This commit is contained in:
parent
316c1c3720
commit
8f923ad130
4 changed files with 134 additions and 2 deletions
8
doc/scrolltop/pt/PTImage.vue
Normal file
8
doc/scrolltop/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="https://primefaces.org/cdn/primevue/images/pt/scrolltop.jpg" />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue