rubystarashe / nuxt-vuex-localstorage

MIT License
161 stars 18 forks source link

Does not work with dynamically modules. #18

Open yaroslavolekh opened 4 years ago

yaroslavolekh commented 4 years ago

Problem with restoring data

store.registerModule('myModule', { // ... })
register a nested module nested/myModule store.registerModule(['nested', 'myModule'], { // ... })

ahoulgrave commented 3 years ago

Yeah, i can config it does not work well with modules.