Skip to content

Commit 2419915

Browse files
committed
Update cample to 3.2.0-alpha.45
1 parent 5bbe073 commit 2419915

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

frameworks/keyed/cample/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/cample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-framework-benchmark-cample",
3-
"version": "3.2.0-alpha.44",
3+
"version": "3.2.0-alpha.45",
44
"description": "cample demo",
55
"main": "dist/main.js",
66
"js-framework-benchmark": {
@@ -30,6 +30,6 @@
3030
"webpack-cli": "5.1.4"
3131
},
3232
"dependencies": {
33-
"cample": "3.2.0-alpha.44"
33+
"cample": "3.2.0-alpha.45"
3434
}
3535
}

frameworks/keyed/cample/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ const eachComponent = each(
8282
({ importedData }) => importedData.rows,
8383
`<tr key="{{row.id}}" class="{{[selected]}}">
8484
<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>
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>
8787
<td class='col-md-6'></td>
8888
</tr>`,
8989
{

0 commit comments

Comments
 (0)