-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 910 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script>
var x = 10;
var y = 5;
</script>
<my-component id="2424" class="rqwerrt" width="34" answer="66"></my-component>
<my-app answer="99" ></my-app>
<my-component answer="{ x*2 === 20 }"></my-component>
<my-component answer="77"></my-component>
<my-component answer="77 + {x}"></my-component>
<my-component answer="brackets + {x}"></my-component>
<my-component answer="{x} + {y}"></my-component>
<my-component answer="{ [{a:1}, {b:2}] }"></my-component>
<my-component answer="object: { JSON.stringify([{a:1}, {b:2}]) }"></my-component>
<!-- <script src="assets/js/bundle.js"></script> -->
<script src="assets/js/bundleR.js"></script>
</body>
</html>