mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
outils de création de sorts/monstres/objets
This commit is contained in:
parent
6237f0e6a2
commit
a6986c42c6
48 changed files with 2743 additions and 259 deletions
|
|
@ -5,6 +5,10 @@ import spellFilters from './modules/spellFilters'
|
|||
import magicItemFilters from './modules/magicItemFilters'
|
||||
import monsterFilters from './modules/monsterFilters'
|
||||
|
||||
import mySpells from './modules/mySpells'
|
||||
import myMonsters from './modules/myMonsters'
|
||||
import myMagicItems from './modules/myMagicItems'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
import Cookies from 'js-cookie'
|
||||
|
|
@ -13,7 +17,10 @@ export default new Vuex.Store({
|
|||
modules: {
|
||||
spellFilters,
|
||||
magicItemFilters,
|
||||
monsterFilters
|
||||
monsterFilters,
|
||||
mySpells,
|
||||
myMonsters,
|
||||
myMagicItems
|
||||
},
|
||||
|
||||
state: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue