Showing
1 changed file
with
1 additions
and
1 deletions
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | v-for="focus in value" | 6 | v-for="focus in value" |
7 | :key="focus.src" | 7 | :key="focus.src" |
8 | :style="{backgroundColor: focus.bgColor}"> | 8 | :style="{backgroundColor: focus.bgColor}"> |
9 | - <img-format :lazy="true" :src="focus.src" :w="375" :h="240"></img-format> | 9 | + <img-format :src="focus.src" :w="375" :h="240"></img-format> |
10 | </div> | 10 | </div> |
11 | </div> | 11 | </div> |
12 | <div class="swiper-pagination"></div> | 12 | <div class="swiper-pagination"></div> |
-
Please register or login to post a comment