1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 13:34:21 +00:00
This commit is contained in:
Maxime Moraine 2020-04-11 10:39:54 +02:00
parent 0c6b3ded94
commit 210a86b6c4
3204 changed files with 12805 additions and 12712 deletions

View file

@ -94,6 +94,14 @@ export default {
}
}
}
// Grimoire
if ((item.title == "Pour les joueurs") && (this.$route.path.includes('/grimoire/'))) {
return true
}
// Liste des objets magiques
if ((item.title == "Pour les meneurs") && (this.$route.path.includes('/liste-objets-magiques/'))) {
return true
}
return false
}
}