Skip to content

Commit

Permalink
use key
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 25, 2016
1 parent 1b9bc99 commit 2d43974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devtools/components/ComponentInstance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<div v-if="expanded">
<component-instance
v-for="child in sortedChildren"
:key="child.id"
:instance="child"
:depth="depth + 1">
</component-instance>
Expand Down

0 comments on commit 2d43974

Please sign in to comment.