istrib / vuex-typescript

A simple way to make Vuex type-safe with intuitive intellisense
237 stars 18 forks source link

The GetterHandler is not update #19

Open tatish86 opened 6 years ago

tatish86 commented 6 years ago

Hi, If i set a property with readProductNames values and then commitAppendItem, the property won't update. If i call again readProductNames it will show the correct data, but i was expecting for a getter to be always updated according to the state.

Help please,

Thanks, Tatiana.