FAFaizan Arifinfaizan-dev.hashnode.dev·May 1, 2021 · 1 min readHow to bind Vuex with an input inside a componentSometimes 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 ...00