Update views for new router architecture
This commit is contained in:
parent
f7e7c24164
commit
40692b1cf3
5 changed files with 52 additions and 67 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue