Files
SIRH/frontend/pages/index.vue
tristan 9cf978f0f2
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
feat : ajout des titles + update README.md
2026-02-23 14:51:06 +01:00

10 lines
174 B
Vue

<template>
<h1 class="text-4xl font-bold text-primary-500">Tableau de bord</h1>
</template>
<script setup lang="ts">
useHead({
title: 'Tableau de bord'
})
</script>