front_foundation #13

Merged
piair merged 188 commits from front_foundation into main 2025-05-14 09:08:33 +02:00
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">