Skip to content

Commit 8a425ea

Browse files
committed
Merge branch '0-v-0-master'
2 parents f9ea246 + adbed5c commit 8a425ea

File tree

5 files changed

+233
-55
lines changed

5 files changed

+233
-55
lines changed

frameworks/non-keyed/cydon/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>Cydon</title>
66
<link href="/css/currentStyle.css" rel="stylesheet">
7+
<script defer src="dist/main.js"></script>
78
</head>
89
<body>
910
<main-app>
@@ -45,12 +46,11 @@ <h1>Cydon</h1>
4546
</div>
4647
<table class="table table-hover table-striped test-data">
4748
<tbody>
48-
<template c-for="item; rows"><tr :class="danger: item == selected"><td class="col-md-1">${item.id}</td><td class="col-md-4"><a role="select" @click="select">${item.label}</a></td><td class="col-md-1"><a><span role="delete" @click="delete" class="glyphicon glyphicon-remove" aria-hidden="true"></span></a></td><td class="col-md-6"></td></tr></template>
49+
<template c-for="item; rows"><tr :class="danger: this.item == this.selected"><td class="col-md-1">$item.id</td><td class="col-md-4"><a role="select" @click="select">$item.label</a></td><td class="col-md-1"><a><span role="delete" @click="delete" class="glyphicon glyphicon-remove" aria-hidden="true"></span></a></td><td class="col-md-6"></td></tr></template>
4950
</tbody>
5051
</table>
5152
</div>
5253
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
5354
</main-app>
54-
<script src="dist/main.js"></script>
5555
</body>
5656
</html>

frameworks/non-keyed/cydon/package-lock.json

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

0 commit comments

Comments
 (0)