Vue 3 Composition API: Data fetched via Axios in onMounted is not rendering in v-for tables
14:27 17 May 2026

I am building a simple dashboard using Vue 3 with The problem:Even though the console shows no errors and the API works, the v-for doesn't seem to render the rows. Should I be using reactive() instead of ref() for arrays, or is the v-if logic on the parent div interfering with the lifecycle of the table?

html