I am facing an issue
I need to extract a value for every row in posts and display it in a textarea
Let me provide an illustration https://i.sstatic.net/HcUaS.png
In the image above, I aim to assign a value to each line of text input Upon hitting enter and moving to the next line, I want to capture the text entered on that specific line as another value.
My objective is to generate content for each column
Whether using vuejs compositions api or option api remains to be determined