|
|
|
@ -48,10 +48,6 @@ const menuItems = computed(() => [ |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: t("FAQ"), |
|
|
|
|
command: async () => await router.push({ name: "Faq" }), |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: t("Registration"), |
|
|
|
|
url: "/main/auth/inscription.php", |
|
|
|
@ -60,6 +56,10 @@ const menuItems = computed(() => [ |
|
|
|
|
label: t("Demo"), |
|
|
|
|
command: async () => await router.push({ name: "Demo" }), |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: t("FAQ"), |
|
|
|
|
command: async () => await router.push({ name: "Faq" }), |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: t("Contact"), |
|
|
|
|
url: "/contact", |
|
|
|
|