Cosmetics

pull/104/head
mertsincan 2019-10-22 16:17:12 +03:00
parent 7dd6f294b9
commit 0801d035cf
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@
</div>
</template>
</Carousel>
<Carousel :value="cars" :numVisible="3" :numScroll="1" :responsiveOptions="responsiveOptions" class="custom-carousel" :circular="true" :autoplayInterval="3000">
<template #header>
<h3>Circular, AutoPlay, 3 Items per Page and Scroll by 1</h3>
@ -56,6 +57,7 @@
</div>
</template>
</Carousel>
<Carousel :value="cars" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="330px"
style="max-width: 400px; margin-top: 2em">
<template #header>

View File

@ -320,6 +320,7 @@ data() {
&lt;/div&gt;
&lt;/template&gt;
&lt;/Carousel&gt;
&lt;Carousel :value="cars" :numVisible="3" :numScroll="1" :responsiveOptions="responsiveOptions" class="custom-carousel" :circular="true" :autoplayInterval="3000"&gt;
&lt;template #header&gt;
&lt;h2&gt;Circular, AutoPlay, 3 Items per Page and Scroll by 1&lt;/h2&gt;
@ -344,6 +345,7 @@ data() {
&lt;/div&gt;
&lt;/template&gt;
&lt;/Carousel&gt;
&lt;Carousel :value="cars" :numVisible="1" :numScroll="1" orientation="vertical" :responsiveOptions="responsiveOptions" verticalViewPortHeight="330px"
style="max-width: 400px; margin-top: 2em"&gt;
&lt;template #header&gt;