mrcrowl / vuex-typex

Typescript builder for strongly-typed access to Vuex Store modules
MIT License
193 stars 22 forks source link

Vue 2.5 and Vuex 3.0 support #4

Closed eshimischi closed 7 years ago

eshimischi commented 7 years ago

Hi, amazing work here, but Vue / Vuex updated with new typescript "features". And your lib isnt compatible with it now.

mrcrowl commented 7 years ago

Hi @eshimischi, thanks for the heads up.

Please try updating vuex-typex to v3.0.1 ---I figure it's going to be easier, long-term, to track along with vuex's own version numbers ¯\(ツ)

This update also requires: vuex 3.0.0, vue 2.5.0, typescript 2.5.0+

eshimischi commented 7 years ago

@mrcrowl thanks for response!