From 9e947cba2c9fa3395ad894f9dbdce812d4dff9fb Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Thu, 11 Jun 2020 10:13:25 +0200 Subject: [PATCH] modification de la query string des contenus homebrew --- docs/.vuepress/theme/layouts/GlobalLayout.vue | 4 ++-- docs/.vuepress/theme/layouts/HomebrewLayout.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/theme/layouts/GlobalLayout.vue b/docs/.vuepress/theme/layouts/GlobalLayout.vue index c8acecd..276d0e0 100644 --- a/docs/.vuepress/theme/layouts/GlobalLayout.vue +++ b/docs/.vuepress/theme/layouts/GlobalLayout.vue @@ -54,9 +54,9 @@ - +
- Voir la page + Voir la page
diff --git a/docs/.vuepress/theme/layouts/HomebrewLayout.vue b/docs/.vuepress/theme/layouts/HomebrewLayout.vue index f29c8d2..d4c7ac0 100644 --- a/docs/.vuepress/theme/layouts/HomebrewLayout.vue +++ b/docs/.vuepress/theme/layouts/HomebrewLayout.vue @@ -74,7 +74,7 @@ export default { }, mounted () { - let brew64 = this.$route.query.brew + let brew64 = this.$route.query.h if (brew64) { this.brew = decode(brew64) }