vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
908 stars 163 forks source link

chore: adding the `key` attribute when using v-for loop #96

Closed Alfred-Skyblue closed 1 year ago

yyx990803 commented 1 year ago

In these cases, the v-for list is almost never re-ordered, which makes the key optional (it defaults to key="index" behavior)