greenpress / vuex-composition-helpers

A util package to use Vuex with Composition API easily.
https://www.npmjs.com/package/vuex-composition-helpers
MIT License
288 stars 32 forks source link

Use readonly to ensure unidirectional action state flow #61

Closed trchopan closed 2 years ago

davidmeirlevy commented 2 years ago

sounds legit :)

I was actually sure that vuex is enforcing this behavior anyways.

davidmeirlevy commented 2 years ago

@trchopan i published your fix as the new version on the "next" tag: vuex-composition-helpers@2.0.2

also, I made a little modification in order to reduce console warns for the rest of the operations - made the readonly to apply for objects only.