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 6e471ea commit 682a840Copy full SHA for 682a840
benchmarks/uptime/index.html
@@ -6,7 +6,7 @@
6
<style type="text/css">
7
html, body {
8
margin: 0;
9
- padding: 0;
+ padding: 0 10px;
10
font-family: sans-serif;
11
}
12
@@ -69,6 +69,7 @@
69
</style>
70
</head>
71
<body>
72
+ <p>Reference: <a href="https://github.com/tildeio/glimmer/blob/master/packages/glimmer-demos/lib/uptime.ts">Ember Glimmer 2 demo</a></p>
73
<div id="app">
74
<p>FPS: {{ fps }}</p>
75
<button @click="toggle">{{ playing ? 'pause' : 'play' }}</button>
0 commit comments