You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
I'm trying to intergrate feathers with vue + vuex. I got confused about define local storage for feathers authentication. You guys can take a look at my repo:
I'm trying to intergrate feathers with vue + vuex. I got confused about define local storage for feathers authentication. You guys can take a look at my repo:
https://github.com/kieusonlam/vue-feathers-wepack
This file I created for feathers client
vue-feathers-wepack/client/store/feathers.js
if i change storage to
localStorage
orwindow.localStorage
i will get this errorAnd here is the store i make for feathers authentication
vue-feathers-wepack/client/store/modules/auth.js
The text was updated successfully, but these errors were encountered: