2👍
✅
You need to test whether the top-level array element exists before testing whether the second-level array element exists.
<p v-if="arr[2] && arr[2][0]">
Source:stackexchange.com
2👍
You need to test whether the top-level array element exists before testing whether the second-level array element exists.
<p v-if="arr[2] && arr[2][0]">