Questions tagged [vuejs3-composition-api]

15 questions
1
vote
2 answers

How can i create a 2-D array define with the ref( ) function on vueJS?

I want to create a 2-D array where the number of rows of the first dimension can be increased while clicking on a specific button.