mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Comment clearification
This commit is contained in:
parent
82d5ac99df
commit
ee8ce5a153
@ -6,7 +6,7 @@
|
|||||||
export default {
|
export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
let { id: hashtag } = this.$route.params
|
let { id: hashtag } = this.$route.params
|
||||||
// 'hashtag' seems automatically 'decodeURI' on macOS Firefox. Don't know if this is always the case.
|
// 'hashtag' seems automatically to be 'decodeURI' (on macOS Firefox). Don't know if this is always the case.
|
||||||
this.$router.push({ path: '/', query: { hashtag: encodeURI(hashtag) } })
|
this.$router.push({ path: '/', query: { hashtag: encodeURI(hashtag) } })
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user