[Vuejs]-What mistake did I make resulting in the error: "Property "item" was accessed during render but is not defined on instance."?

0👍

You don’t need to use vbind with v-for but you should use the :key with v-for. And you should use the onMounted with script setup.

Leave a comment