Refactor on Vertical Carousel demo
parent
4bf2e938c4
commit
2ba2769057
|
@ -63,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="325px"
|
<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="352px"
|
||||||
style="max-width: 400px; margin-top: 2em">
|
style="max-width: 400px; margin-top: 2em">
|
||||||
<template #header>
|
<template #header>
|
||||||
<h5>Vertical</h5>
|
<h5>Vertical</h5>
|
||||||
|
|
|
@ -320,7 +320,7 @@ data() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="325px"
|
<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="352px"
|
||||||
style="max-width: 400px; margin-top: 2em">
|
style="max-width: 400px; margin-top: 2em">
|
||||||
<template #header>
|
<template #header>
|
||||||
<h5>Vertical</h5>
|
<h5>Vertical</h5>
|
||||||
|
|
Loading…
Reference in New Issue