diff --git a/src/App.vue b/src/App.vue index 93dfee1..92c02b0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,7 @@ export default { data() { return { ascending: this.ascending, - filter: window.location.href.split("filter=")[1] || "", + filter: decodeURIComponent(window.location.href.split("filter=")[1] || ""), sortColumn: this.sortColumn, sortMethod: 'score', topics: [],