foundations and home

This commit is contained in:
José Conde
2023-06-11 14:34:05 +02:00
parent 8069c4a5be
commit 8b1cafca1c
48 changed files with 1251 additions and 117 deletions

View File

@ -0,0 +1,7 @@
<script setup>
import MenuVue from "../../components/Menu.vue";
</script>
<template>
<MenuVue type="about" :title="$t('about.title')"></MenuVue>
</template>