Skip to content

Commit 0066065

Browse files
committed
Merge branch 'lsegurado-master'
2 parents 8fc2851 + 123a6ff commit 0066065

File tree

11 files changed

+785
-1141
lines changed

11 files changed

+785
-1141
lines changed

frameworks/keyed/alpine/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-alpine",
3-
"version": "3.2.3",
3+
"version": "3.4.2",
44
"main": "dist/main.js",
55
"js-framework-benchmark": {
66
"frameworkVersionFromPackage": "alpinejs"
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/krausest/js-framework-benchmark.git"
1717
},
1818
"dependencies": {
19-
"alpinejs": "3.2.3"
19+
"alpinejs": "3.5.0"
2020
},
2121
"devDependencies": {
2222
"@rollup/plugin-node-resolve": "13.0.0",
Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<title>LS_Element</title>
67
<link href="/css/currentStyle.css" rel="stylesheet" />
78
</head>
9+
810
<body>
9-
<main-element></main-element>
11+
<div id='main'>
12+
<div class="container">
13+
<div class="jumbotron">
14+
<div class="row">
15+
<div class="col-md-6">
16+
<h1>LS-Element keyed</h1>
17+
</div>
18+
<div class="col-md-6">
19+
<div is="ls-table-manager" class="row">
20+
</div>
21+
</div>
22+
</div>
23+
</div>
24+
<table class="table table-hover table-striped test-data">
25+
<tbody is="ls-table-body" id="tbody">
26+
</tbody>
27+
</table>
28+
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
29+
</div>
30+
</div>
1031
</body>
11-
</html>
32+
33+
</html>

0 commit comments

Comments
 (0)