foundations and home
This commit is contained in:
7
src/views/about/About.vue
Normal file
7
src/views/about/About.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<script setup>
|
||||
import MenuVue from "../../components/Menu.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<MenuVue type="about" :title="$t('about.title')"></MenuVue>
|
||||
</template>
|
Reference in New Issue
Block a user