(no title)
aliveupstairs | 6 years ago
<Todo v-for="(todo, index) in Todos" :key="index"/>
Instead of an imperative JavaScript for loop.aliveupstairs | 6 years ago
<Todo v-for="(todo, index) in Todos" :key="index"/>
Instead of an imperative JavaScript for loop.
TekMol|6 years ago
otabdeveloper2|6 years ago
If anything, it's the opposite - you're now polluting HTML with imperative programming features where there previously were none.