mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-21 03:04:26 -04:00
[bug][templates] fix url decoding
This commit is contained in:
parent
7d84dd0d70
commit
79bf31683e
@ -117,7 +117,7 @@
|
||||
components: {LinkedText, GrammarTables },
|
||||
data() {
|
||||
const selectedTemplate = this.config.template.enabled
|
||||
? buildTemplate(templates, this.$route.path.substr(1).replace(/\/$/, ''))
|
||||
? buildTemplate(templates, decodeURIComponent(this.$route.path.substr(1).replace(/\/$/, '')))
|
||||
: null;
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user