mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-16 15:10:45 +00:00
.
This commit is contained in:
parent
0c6b3ded94
commit
210a86b6c4
3204 changed files with 12805 additions and 12712 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue