fix typo in docs
parent
47a20256ef
commit
b2e553482f
|
@ -17,7 +17,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template #thumbnail="slotProps">
|
<template #thumbnail="slotProps">
|
||||||
<div class="grid grid-nogutter justify-content-center">
|
<div class="grid grid-nogutter justify-content-center">
|
||||||
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" tyle="width: 100%; display: block;" />
|
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" style="width: 100%; display: block;" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Galleria>
|
</Galleria>
|
||||||
|
@ -73,7 +73,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
<template #thumbnail="slotProps">
|
<template #thumbnail="slotProps">
|
||||||
<div class="grid grid-nogutter justify-content-center">
|
<div class="grid grid-nogutter justify-content-center">
|
||||||
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" tyle="width: 100%; display: block;" />
|
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" style="width: 100%; display: block;" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Galleria>`,
|
</Galleria>`,
|
||||||
|
@ -94,7 +94,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
<template #thumbnail="slotProps">
|
<template #thumbnail="slotProps">
|
||||||
<div class="grid grid-nogutter justify-content-center">
|
<div class="grid grid-nogutter justify-content-center">
|
||||||
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" tyle="width: 100%; display: block;" />
|
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" style="width: 100%; display: block;" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Galleria>
|
</Galleria>
|
||||||
|
@ -165,7 +165,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
<template #thumbnail="slotProps">
|
<template #thumbnail="slotProps">
|
||||||
<div class="grid grid-nogutter justify-content-center">
|
<div class="grid grid-nogutter justify-content-center">
|
||||||
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" tyle="width: 100%; display: block;" />
|
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" style="width: 100%; display: block;" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Galleria>
|
</Galleria>
|
||||||
|
|
Loading…
Reference in New Issue