fix: linting all the files possible error may still occur but i just ignored them cuz it's commented code, probably will fix them later if it persists
This commit is contained in:
@ -7,9 +7,9 @@
|
||||
<ProjectComp
|
||||
v-for="(project, index) in projects"
|
||||
:key="index"
|
||||
:projectName="project.name"
|
||||
:listName="project.members"
|
||||
:projectLink="project.link"
|
||||
:project-name="project.name"
|
||||
:list-name="project.members"
|
||||
:project-link="project.link"
|
||||
/>
|
||||
|
||||
<div id ="main">
|
||||
@ -18,15 +18,15 @@
|
||||
<PendingProjectComponent
|
||||
v-for="( project, index) in pendingProjects"
|
||||
:key="index"
|
||||
:projectName="project.name"
|
||||
:creationDate="project.creationDate"
|
||||
:project-name="project.name"
|
||||
:creation-date="project.creationDate"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<Agenda :projectRDV="rendezVous" />
|
||||
<Agenda :project-r-d-v="rendezVous" />
|
||||
</div>
|
||||
<AddProjectForm/>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user