robinvdvleuten / vuex-persistedstate

💾 Persist and rehydrate your Vuex state between page reloads.
https://npm.im/vuex-persistedstate
MIT License
5.76k stars 375 forks source link

VueDevtools not data #427

Closed goodchengwang closed 2 years ago

goodchengwang commented 2 years ago

Relevant code or config

import createPersistedState from 'vuex-persistedstate'
# and
  plugins: [createPersistedState()]

What you did: I reload page

What happened: Vue Devtools not data but in localStorage have data image image

Reproduction sandbox:

Problem description: I reload page but VueDevtools not data, something wrong with me and what should i do ? thanks

Suggested solution:

robinvdvleuten commented 2 years ago

This does not look like a bug with the plugin but with your application. Please ask for help on either StackOverflow or any Nuxt / Vue related forums.