Problem with Session and Window
[issue link]Hello! i try develop a client for an api with nuxt… and i try save the bearer token on localStorage but never work… I using Vuex Modules to…
always the same error
localStorage is not defined
or
window is not defined
the backend api is PHP (Laravel) …
Thanks guys