From 9ffc2bf167ba8235e0f80f56edafdf882f6250d5 Mon Sep 17 00:00:00 2001 From: axolotle Date: Wed, 10 Mar 2021 16:30:58 +0100 Subject: [PATCH] update header with dropdown for secondary pages & add missing basic routes and pages --- src/App.vue | 48 +++++++++++++++++++++++++------------- src/messages/fr.json | 5 +++- src/pages/Contact.vue | 12 ++++++++++ src/pages/Introduction.vue | 12 ++++++++++ src/router/routes.js | 14 ++++++++++- 5 files changed, 73 insertions(+), 18 deletions(-) create mode 100644 src/pages/Contact.vue create mode 100644 src/pages/Introduction.vue diff --git a/src/App.vue b/src/App.vue index dcd0c46..0138c1d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,26 +1,42 @@