vue-electron / vuex-electron

Integration of Vuex and Electron
MIT License
305 stars 97 forks source link

Q: Is there any particular caveats to change persistance library? #21

Closed MaverickMartyn closed 5 years ago

MaverickMartyn commented 5 years ago

I was considering changing my vuex persistence package, since the blacklist feature (which I badly need) is currently broken. I would just like to know of any suggestions as to which alternate package to use, as well as anything I should look out for etc.

Thanks.

NoelDavies commented 5 years ago

@MaverickMartyn , I'm using yours.. haha.

I just swapped it out directly in the package.json file like so:

{
  ...,
  "vuex-electron": "github:MaverickMartyn/vuex-electron#cc7a5a923"
}
MaverickMartyn commented 5 years ago

Thank you. I figured it out on my own, but forgot to close this. Sorry about that. :)