Pārlūkot izejas kodu

fix: support tags containing special characters (#2743) (#2748)

Marwane Kalam-Alami 4 gadi atpakaļ
vecāks
revīzija
b5af931f88
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      client/components/tags.vue

+ 1 - 1
client/components/tags.vue

@@ -243,7 +243,7 @@ export default {
   router,
   router,
   created () {
   created () {
     this.$store.commit('page/SET_MODE', 'tags')
     this.$store.commit('page/SET_MODE', 'tags')
-    this.selection = _.compact(this.$route.path.split('/'))
+    this.selection = _.compact(decodeURI(this.$route.path).split('/'))
   },
   },
   mounted () {
   mounted () {
     this.locales = _.concat(
     this.locales = _.concat(