Update views for new router architecture

This commit is contained in:
Timothée Goguely 2024-09-17 17:22:58 +02:00
parent f7e7c24164
commit 40692b1cf3
5 changed files with 52 additions and 67 deletions

View file

@ -1,12 +1,9 @@
<template>
<Projects />
<main>
<Projects />
</main>
</template>
<script setup>
import Menu from "../components/Menu.vue";
import Projects from "../components/Projects.vue";
const { data } = defineProps({
data: Object,
});
</script>