Update 01-component-format.md

pull/6010/head
Mlocik97 6 years ago committed by GitHub
parent bf0c45b72c
commit 5bcce7cd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ All four tags — `<script context="module">`, `<script>`, `<styles>` and html m
```sv ```sv
<script context="module"> <script context="module">
// here is javascript code, that runs once when the module first evaluates // this code runs when the module first evaluates
</script> </script>
<script> <script>

Loading…
Cancel
Save