<template>
<fish-carousel>
<fish-carousel-item v-for="index in 4" :key="index">
<h3 class="carousel-xx" v-html="index"></h3>
</fish-carousel-item>
</fish-carousel>
</template>
<style>
.carousel-xx {
height: 200px;
line-height: 200px;
text-align: center;
vertical-align: middle;
background: #506b9e;
color: #fff;
font-size: 2rem;
}
</style>
<template>
<fish-carousel autoPlay>
<fish-carousel-item v-for="index in 4" :key="index">
<h3 class="carousel-xx" v-html="index"></h3>
</fish-carousel-item>
</fish-carousel>
</template>
<style>
.carousel-xx {
height: 200px;
line-height: 200px;
text-align: center;
vertical-align: middle;
background: #506b9e;
color: #fff;
font-size: 2rem;
}
</style>
| {{column}} |
|---|