1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

modification de la query string des contenus homebrew

This commit is contained in:
Maxime Moraine 2020-06-11 10:13:25 +02:00
parent a8170ba02e
commit 9e947cba2c
2 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ export default {
},
mounted () {
let brew64 = this.$route.query.brew
let brew64 = this.$route.query.h
if (brew64) {
this.brew = decode(brew64)
}