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 677ea94 commit c3070e1Copy full SHA for c3070e1
example/unicorn/templates/unicorn/hello-world-test.html
@@ -13,10 +13,11 @@
13
<div>
14
Request path context variable: '{{ request.path }}'
15
</div>
16
-</div>
17
18
-<script type="application/javascript">
19
- window.addEventListener('DOMContentLoaded', (event) => {
20
- Unicorn.addEventListener('updated', (component) => console.log('got updated', component));
21
- });
22
-</script>
+ <script type="application/javascript">
+ window.addEventListener('DOMContentLoaded', (event) => {
+ Unicorn.addEventListener('updated', (component) => console.log('got updated', component));
+ });
+
+ </script>
23
+</div>
0 commit comments