Skip to content

Commit 5dea7fc

Browse files
committed
fix
1 parent 103c303 commit 5dea7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/cample/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const buildData = (count) => {
8080
const eachComponent = each(
8181
"table-rows",
8282
({ importedData }) => importedData.rows,
83-
`<tr key={{row.id}} class={{[selected]}}>
83+
`<tr key="{{row.id}}" class="{{[selected]}}">
8484
<td class='col-md-1'>{{row.id}}</td>
8585
<td class='col-md-4'><a :click="{{importedData.setSelected(row.id)}}" class='lbl'>{{row.label}}</a></td>
8686
<td class='col-md-1'><a :click="{{importedData.delete(row.id)}}" class='remove'><span class='remove glyphicon glyphicon-remove' aria-hidden='true'></span></a></td>

0 commit comments

Comments
 (0)