• 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
  • test
  • HelloWorld.vue
  • Bruno Predot's avatar
    Init branche, formattage prettier. · 45135be4
    45135be4 Browse Files
    Bruno Predot authored 2025-04-29 17:22:23 +0200
HelloWorld.vue 115 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
<script setup lang="ts"></script>

<template>
  <p>Hello world</p>
</template>

<style scoped lang="scss"></style>