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 103c303 commit 5dea7fcCopy full SHA for 5dea7fc
frameworks/keyed/cample/src/main.js
@@ -80,7 +80,7 @@ const buildData = (count) => {
80
const eachComponent = each(
81
"table-rows",
82
({ importedData }) => importedData.rows,
83
- `<tr key={{row.id}} class={{[selected]}}>
+ `<tr key="{{row.id}}" class="{{[selected]}}">
84
<td class='col-md-1'>{{row.id}}</td>
85
<td class='col-md-4'><a :click="{{importedData.setSelected(row.id)}}" class='lbl'>{{row.label}}</a></td>
86
<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