fix [front]: fix warning
This commit is contained in:
parent
751755c247
commit
445698ea05
1 changed files with 22 additions and 20 deletions
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<main>
|
||||
<section class="section">
|
||||
<h2 class="title">La semaine prochaine</h2>
|
||||
<MovieCardFull :film="firstFilm" />
|
||||
|
@ -19,6 +20,7 @@
|
|||
</swiper-slide>
|
||||
</swiper>
|
||||
</section>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
|
Loading…
Reference in a new issue