Update Image template doc

pull/3919/head
Tuğçe Küçükoğlu 2023-05-02 10:27:03 +03:00
parent 1ab3a363f2
commit 4fe92f03ef
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
</DocSectionText> </DocSectionText>
<div class="card flex justify-content-center"> <div class="card flex justify-content-center">
<Image src="https://primefaces.org/cdn/primevue/images/galleria/galleria12.jpg" alt="Image" width="250" preview> <Image src="https://primefaces.org/cdn/primevue/images/galleria/galleria12.jpg" alt="Image" width="250" preview>
<template #indicator> <template #indicatoricon>
<i class="pi pi-check"></i> <i class="pi pi-check"></i>
</template> </template>
</Image> </Image>
@ -27,7 +27,7 @@ export default {
<template> <template>
<div class="card flex justify-content-center"> <div class="card flex justify-content-center">
<Image src="https://primefaces.org/cdn/primevue/images/galleria/galleria12.jpg" alt="Image" width="250" preview> <Image src="https://primefaces.org/cdn/primevue/images/galleria/galleria12.jpg" alt="Image" width="250" preview>
<template #indicator> <template #indicatoricon>
<i class="pi pi-check"></i> <i class="pi pi-check"></i>
</template> </template>
</Image> </Image>
@ -37,7 +37,7 @@ export default {
<template> <template>
<div class="card flex justify-content-center"> <div class="card flex justify-content-center">
<Image src="https://primefaces.org/cdn/primevue/images/galleria/galleria12.jpg" alt="Image" width="250" preview> <Image src="https://primefaces.org/cdn/primevue/images/galleria/galleria12.jpg" alt="Image" width="250" preview>
<template #indicator> <template #indicatoricon>
<i class="pi pi-check"></i> <i class="pi pi-check"></i>
</template> </template>
</Image> </Image>