feat: rendez-vous agenda for admin and user

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-02-10 15:15:58 +01:00
parent 4080cee818
commit 5145b833ae
3 changed files with 69 additions and 13 deletions

View File

@ -16,6 +16,7 @@ import ErrorWrapper from "@/views/errorWrapper.vue";
:key="index"
:projectName="project.name"
:listName="project.members"
:projectLink="project.link"
/>
</div>
<div id="canvas">
@ -59,12 +60,12 @@ export default {
projects: [
{
name: 'Projet Alpha',
//link: './project-alpha.html',
link: '/project-alpha.html',//to test
members: ['Alice', 'Bob', 'Charlie'],
},
{
name: 'Projet Beta',
//link: './project-beta.html',
link: './project-beta.html', //to test
members: ['David', 'Eve', 'Frank'],
},
],