From b5af931f88b0322cb612052c7c08aeb937270b76 Mon Sep 17 00:00:00 2001 From: Marwane Kalam-Alami Date: Sun, 13 Dec 2020 20:56:31 +0100 Subject: [PATCH] fix: support tags containing special characters (#2743) (#2748) --- client/components/tags.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/tags.vue b/client/components/tags.vue index 0a667e7b..b8ed976e 100644 --- a/client/components/tags.vue +++ b/client/components/tags.vue @@ -243,7 +243,7 @@ export default { router, created () { this.$store.commit('page/SET_MODE', 'tags') - this.selection = _.compact(this.$route.path.split('/')) + this.selection = _.compact(decodeURI(this.$route.path).split('/')) }, mounted () { this.locales = _.concat(