feat: enhancing the layout + we need to start using the classes
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
<div v-if="choix === 'joindre'" class="message-indispo">
|
||||
<h2>Joindre un projet</h2>
|
||||
<p>⚠️ Cette fonctionnalité n'est pas encore disponible.</p>
|
||||
<p>Cette fonctionnalité n'est pas encore disponible.</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -54,7 +54,6 @@ const validerCreation = () => {
|
||||
return;
|
||||
}
|
||||
alert(`Projet "${nomProjet.value}" créé avec succès !`);
|
||||
// Tu peux ensuite naviguer ou faire un POST ici
|
||||
};
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user