Hacker News new | ask | show | jobs
by alayek 2937 days ago
I learned this the hard way, coming from React to Vue land; that v-for on an element would also repeat the element itself.

With React, it was pretty clear which element / component would repeat.