davestewart / vue-class-store

Universal Vue stores you write once and use anywhere
https://github.com/davestewart/vue-class-store-demos
MIT License
277 stars 13 forks source link

Fix global state regression #2

Closed davestewart closed 4 years ago

davestewart commented 4 years ago

In the 2.0 release, global state seems to be failing.

It could perhaps be a bug introduced by using the Vue 3 version of walking the prototype tree.