ktsn / vuex-class

Binding helpers for Vuex and vue-class-component
MIT License
1.73k stars 86 forks source link

Infer state/getter/action/mutation type if argument is omitted #3

Closed ktsn closed 7 years ago

ktsn commented 7 years ago

This PR allows to omit the argument of each binding decorator. If it is omitted, the decorator use the property name for state/getter/action/mutation type.

Also modified decorator types more strictly.

Close #1