mirror of https://github.com/sveltejs/svelte
parent
a852fc10fb
commit
e22c4bfcd8
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
let name = 'World';
|
let name = 'world';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1>Hello, {name}!</h1>
|
<h1>Hello {name}!</h1>
|
||||||
@ -1 +1 @@
|
|||||||
<p>This is a paragraph.</p>
|
<p>This is another paragraph.</p>
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
<p>This is a paragraph.</p>
|
<p>This is another paragraph.</p>
|
||||||
|
|||||||
Loading…
Reference in new issue