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:36:11 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
760e78cb90e2548114f32c39cbfe96f8fc96672c
760e78cb
1 parent
ef91155b
Ajout page index de test.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
CHANGELOG_RELEASE.md
pages/index.vue
CHANGELOG_RELEASE.md
View file @
760e78c
1
------ Dispo à la prochaine release ------------
1
------ Dispo à la prochaine release ------------
2
-
-
Mise en place du CHANGELOG_RELEASE.
2
+
-
Mise en place du CHANGELOG_RELEASE.
3
+
-
Ajout page index de test.
pages/index.vue
0 → 100644
View file @
760e78c
1
+
<script setup lang="ts">
2
+
3
+
</script>
4
+
5
+
<template>
6
+
<section>
7
+
test
8
+
</section>
9
+
</template>
10
+
11
+
<style scoped>
12
+
13
+
</style>
Please
register
or
login
to post a comment