Added main page and basic axios query

This commit is contained in:
Alexis
2021-03-04 21:39:23 +01:00
parent dae29530c4
commit 434fe4f6fd
12 changed files with 190 additions and 17 deletions

View File

@@ -23,12 +23,16 @@ export default defineComponent({
link: "/"
},
{
text: "About",
link: "/about"
text: "Célestes",
link: "/celestes"
},
{
text: "Profile",
link: "/profile"
text: "À propos",
link: "/a-propos"
},
{
text: "Profil",
link: "/profil"
}
]
};