[Vuejs]-How long time "vuex-persistedstate" stores any value?

0👍

vuex-persistedstate use the browser local storage,

so there are two ways to clear vuex-persistedstate data

  1. clear the state by using code whenever necessary
  2. clear the browser cache

Leave a comment