mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
réduction de la taille des emplacements de sorts dans le grimoire personnel + options d'impressions
This commit is contained in:
parent
e6c38d156a
commit
44b8729230
3 changed files with 25 additions and 8 deletions
|
|
@ -70,6 +70,9 @@ export default {
|
|||
if (result.spellSlots) {
|
||||
self.$store.commit('mySpells/setSpellSlots', result.spellSlots)
|
||||
}
|
||||
if (result.notPrintedSpells) {
|
||||
self.$store.commit('mySpells/setNotPrintedSpells', result.notPrintedSpells)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue