How to bind Vuex with an input inside a component
May 1, 2021 · 1 min read · 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 ...
Join discussion