mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
ajout de l'option du choix d'impression pour toutes les bibliothèques + refonte des bibliothèques. fix #18
This commit is contained in:
parent
44b8729230
commit
65fa675c6f
11 changed files with 254 additions and 67 deletions
|
|
@ -65,6 +65,9 @@ export default {
|
|||
}
|
||||
if (isValid) {
|
||||
self.$store.commit('myMagicItems/setMagicItems', result.magicItems)
|
||||
if (result.notPrintedMagicItems) {
|
||||
self.$store.commit('myMagicItems/setNotPrintedMagicItems', result.notPrintedMagicItems)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,9 @@ export default {
|
|||
}
|
||||
if (isValid) {
|
||||
self.$store.commit('myMonsters/setMonsters', result.monsters)
|
||||
if (result.notPrintedMonsters) {
|
||||
self.$store.commit('myMonsters/setNotPrintedMonsters', result.notPrintedMonsters)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue