Flow types for Vuex
This package allows to have types for every single thing in vuex
.Installation
npm install --save-dev @vue-flow-typed/vuex
Then add this line to your
.flowconfig
:[libs]
./node_modules/@vue-flow-typed/vuex/definitions
Now you are all set.