vuex-module-decorators icon indicating copy to clipboard operation
vuex-module-decorators copied to clipboard

Using vuex-module-decorators with vue2

Open PhongPhamdt opened this issue 2 years ago • 1 comments

I'm going to install vuex-module-decorators in nuxt-typescript with the Vue 2 version and keep getting the follow errors:

image

Which version I should install to get rid of peerDependencies errors ?

PhongPhamdt avatar Aug 02 '22 07:08 PhongPhamdt

For Vue 2 and Vuex 3, you should use vuex-module-decorator@1. cf #393

udebella avatar Aug 02 '22 13:08 udebella