Creating a Toggle Recursive List Menu with Any Number of Levels Deep with Vue 3
We deal with a lot of nested data in our day to day work. One common use case is to create a toggle list n level deep. Let us try to create such a list of values using recursion with Vue 3 composition API.
We are gonna create something on this line.
...
jasir.hashnode.dev3 min read