Why the value from input is not passed to VUEX
I can't transfer the value from input to the store . When I click on the add item button, I need to create a block with its delete button and the text entered in the input . And then save it all in localstorage. But now I am creating only a new block without text. Please help me fix my code to make it work. Here's how it should work But how it works now What I'm doing wrong? How do I transfer the value from Input to Vuex? Here is my code <template> <f7-block-title>Some items</f7-block-title> <f7-block v-for="(cat, n) in getCats" :key="n"> <span>{{ cat }}</span> <f7-button fill color="red"