console
<h1>
>
<
</h1>
<div class="dot-wrapper" v-if="hasDot">
<div class="dot-item" v-for="item in carouselItemLength" :key="item">
<a href="javascript:;" class="dot-link">xxxxxxxxx</a>
<a class="dot-link" href="">x33333333333</a>
<a class="dot-link" href="">xxxx</a>
<a class="dot-link" href="">xsdfasfd</a>
</div>
</div>
.dot-wrapper {
width: 70px;
height: 13px;
border-radius: 10px;
position: absolute;
bottom: 15px;
text-align: center;
font-size: 0;
left: 50%;
z-index: 1;
margin-left: -39px;
background-color: rgba(255, 255, 255, 0.3);
}
.dot-item {
display: inline-block;
margin: 3px;
}
.dot-link {
display: block;
padding-top: 8px;
width: 8px;
height: 0;
border-radius: 50%;
background: #fff;
}