michaelolof / vuex-class-component

A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.
217 stars 21 forks source link

Allow to use array in store #39

Open tinou98 opened 5 years ago

tinou98 commented 5 years ago

Currently in v2, the createGettersAndMutationProxyFromState function will try to recurse even if the field is an array.