diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 18:33:26 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 18:33:26 -0400 |
| commit | 0b1138b3c6d01ff2c91082345cfb6ddb0abfece5 (patch) | |
| tree | 2772cc1de9595c781698f60e85dac18bd0f43a03 /layouts/default.vue | |
| parent | dedb5397fe1526495474031c5b60b385c1d97f34 (diff) | |
| download | chine-projet-0b1138b3c6d01ff2c91082345cfb6ddb0abfece5.tar.gz chine-projet-0b1138b3c6d01ff2c91082345cfb6ddb0abfece5.tar.bz2 chine-projet-0b1138b3c6d01ff2c91082345cfb6ddb0abfece5.zip | |
Revamped navigation and added comment
Diffstat (limited to 'layouts/default.vue')
| -rw-r--r-- | layouts/default.vue | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index 811b0a9..d075b39 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -6,10 +6,13 @@ <footer> <v-row align="center" justify="center"> <v-col> - <nuxt-link to="/">Accueil</nuxt-link> - <nuxt-link to="propos-chine">À propos Chine</nuxt-link> - <nuxt-link to="culture">Culture</nuxt-link> - <nuxt-link to="a-propos">À propos</nuxt-link> + <v-btn to="/">Accueil</v-btn> + | + <v-btn to="propos-chine">À propos Chine</v-btn> + | + <v-btn to="culture">Culture</v-btn> + | + <v-btn to="a-propos">À propos</v-btn> <br /> <br /> <p> |
