sascha245 / vuex-simple

A simpler way to write your Vuex store in Typescript
MIT License
180 stars 15 forks source link

Feature/update inject #4

Closed sascha245 closed 5 years ago

sascha245 commented 5 years ago

Replaced custom Inject decorator by typedi's one to avoid confusion about when to use which one. There is no change in the API.