Toggle navigation
Toggle navigation
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
Authored by
Bruno Predot
2025-04-23 20:44:29 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df1e9b55089fd8aedbacab09c06391dc90510a0c
df1e9b55
1 parent
760e78cb
Modification app.vue afin d'initialiser l'app avec vuetify et NuxtPage pour déma…
…rrer sur la page index.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
CHANGELOG_RELEASE.md
app.vue
CHANGELOG_RELEASE.md
View file @
df1e9b5
------ Dispo à la prochaine release ------------
-
Mise en place du CHANGELOG_RELEASE.
-
Ajout page index de test.
\ No newline at end of file
-
Ajout page index de test.
-
Modification app.vue afin d'initialiser l'app avec vuetify et NuxtPage pour démarrer sur la page index.
\ No newline at end of file
...
...
app.vue
View file @
df1e9b5
<script setup lang="ts">
</script>
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
<v-locale-provider>
<v-app>
<v-main>
<NuxtPage />
</v-main>
</v-app>
</v-locale-provider>
</template>
<style scoped>
</style>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment