MitsuhaKitsune / vuex-webextensions

A Vuex plugin to share store through webextensions components
MIT License
83 stars 30 forks source link

will this work with vuex-pathify? #27

Open kinghat opened 4 years ago

kinghat commented 4 years ago

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.