How to bind Vuex with an input inside a component
Sometimes you need to bind you input with a vuex state. You can easily achieve that, all you need is an input bind to a computed property. Lemme explain it by giving you an example!
Let's say we've an input having a v-model on it as follows
<input
...
faizan-dev.hashnode.dev1 min read