vuex-webextensions
vuex-webextensions copied to clipboard
will this work with vuex-pathify?
im just wondering if i can get this to work with vuex-pathify
? every time i use vuex-pathify
to set state thats persisted it just replaces it with part of a vuex-pathify
object.
ive tried debugging it but im not sure where it fails. here is an example vuex-pathify
setup and how i would be using it: https://codesandbox.io/s/pathify-method-version-of-computed-property-2p9z9
if the two libraries are not compatible ill just go back to using standard vuex
.