Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 4b4f9cb

Browse files
authored
Merge pull request #318 from tznode/topic/updateReadme
Update README
2 parents df5fbd0 + 35a26ca commit 4b4f9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Swiper.use({
173173
```vue
174174
<template>
175175
<swiper :options="swiperOption">
176-
<swiper-slide v-for="slide in swiperSlides">I'm Slide {{ slide }}</swiper-slide>
176+
<swiper-slide v-for="(slide, index) in swiperSlides" :key="index">I'm Slide {{ slide }}</swiper-slide>
177177
<div class="swiper-pagination" slot="pagination"></div>
178178
</swiper>
179179
</template>

0 commit comments

Comments
 (0)