0👍
Try using
<option v-for="option in myArray[index].subArray">
where index
is index of your first option.
Source:stackexchange.com
0👍
Try using
<option v-for="option in myArray[index].subArray">
where index
is index of your first option.