• 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
  • app.vue
  • Bruno Predot's avatar
    Modification app.vue afin d'initialiser l'app avec vuetify et NuxtPage pour déma… · df1e9b55 ...
    df1e9b55 Browse Files
    …rrer sur la page index.
    Bruno Predot authored 2025-04-23 20:44:29 +0200
app.vue 207 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<script setup lang="ts">

</script>

<template>
  <v-locale-provider>
    <v-app>
      <v-main>
        <NuxtPage />
      </v-main>
    </v-app>
  </v-locale-provider>
</template>

<style scoped>

</style>