project creation request form working

This commit is contained in:
isUnknown 2025-01-23 15:31:15 +01:00
parent 6c84f723f7
commit c750001a2c
14 changed files with 194 additions and 89 deletions

View file

@ -0,0 +1,11 @@
<template>
<button class="btn">Demander la création d'un projet</button>
</template>
<style scoped>
button {
position: fixed;
bottom: 0;
right: 0;
}
</style>