[Vuejs]-How to access localStorage in store/state, namely in state using Nuxt.js?

0👍

You could try to get this localstorage data in mounted hook and from there commit this data to your vuex state.

Leave a comment