• This project
    • Loading...
  • Sign in

Bruno Predot / tmdb_test

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • tmdb_test
  • components
  • MoviesList.vue
  • Bruno Predot's avatar
    Mise en page app.vue, page/index.vue. · 7e9cfb2c ...
    7e9cfb2c Browse Files
    Création du composant MoviesList.
    Bruno Predot authored 2025-04-23 21:10:57 +0200
MoviesList.vue 199 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<script setup lang="ts">

</script>

<template>
  <section>
    <h1 class="text-4xl font-bold mb-8 text-center">Découvrez les films populaires</h1>
  </section>
</template>

<style scoped>

</style>