javascript - Vue.js ref inside the v-for loop - Stack Overflow

PHOTO EMBED

Wed Nov 03 2021 08:30:34 GMT+0000 (Coordinated Universal Time)

Saved by @arielvol #javascript

<list-item
  v-for="item in items" 
  :key="item.id" 
  :value="item.text" 
  ref="items"
/>
content_copyCOPY

https://stackoverflow.com/questions/52086128/vue-js-ref-inside-the-v-for-loop