[Vuejs]-How to add Vuex 3 for Vue 2,7?

1đź‘Ť

âś…

yarn add package-name installs the “latest” version of the package.
yarn add package-name@1.2.3 installs a specific version of a package from the registry.

Try yarn add vuex@3

👤c5vargas

Leave a comment