front_foundation #5

Open
mohamed_maoulainine wants to merge 73 commits from front_foundation into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8b863ee4b1 - Show all commits

View File

@ -31,7 +31,7 @@ const router = useRouter();
const goToLink = () => { const goToLink = () => {
if (props.projectLink) { if (props.projectLink) {
router.push(props.projectLink);0 router.push(props.projectLink);
} }
}; };

View File

@ -23,12 +23,12 @@
/> />
</div> </div>
<AddProjectForm/>
</div> </div>
<Agenda :project-r-d-v="rendezVous" /> <Agenda :project-r-d-v="rendezVous" />
</div> </div>
<AddProjectForm/>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">