robinvdvleuten / vuex-persistedstate

💾 Persist and rehydrate your Vuex state between page reloads.
https://npm.im/vuex-persistedstate
MIT License
5.77k stars 378 forks source link

Vue3.0 support #343

Closed jahnli closed 4 years ago

jahnli commented 4 years ago

Could you tell me the author Do you plan to support Vue3.0 and when do you expect to implement it

robinvdvleuten commented 4 years ago

@jahnli the plugin itself doesn't use anything related to Vue, so Vue 3.0 is supported out of the box. It does use Vuex, so I made the plugin compatible with Vuex 4.0.

Please install version 4.0.0-beta.1 of this plugin to use it with Vuex 4.0.