mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@
|
|||
:sort-by.sync="sortBy"
|
||||
:sort-desc.sync="sortDesc"
|
||||
:search="search"
|
||||
disable-pagination
|
||||
hide-default-footer
|
||||
>
|
||||
|
||||
<template v-slot:item.title="{ item }">
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@
|
|||
:sort-by.sync="sortBy"
|
||||
:sort-desc.sync="sortDesc"
|
||||
:search="search"
|
||||
disable-pagination
|
||||
hide-default-footer
|
||||
>
|
||||
|
||||
<template v-slot:item.title="{ item }">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue