We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ce130 commit c995e1eCopy full SHA for c995e1e
benchmarks/reorder-list/index.html
@@ -20,7 +20,7 @@ <h1>{{ total }} Components</h1>
20
<button @click="shuffle">shuffle</button>
21
<button @click="add">add</button>
22
<table class="table table-hover table-striped test-data">
23
- <row v-for="item in items" track-by="item.id"
+ <row v-for="item in items" :key="item.id"
24
:class="{ danger: item.id === selected }"
25
:item="item"
26
@select="select(item)"
0 commit comments