Update App.svelte
This commit is contained in:
parent
faf9546a83
commit
a6f7a7d26c
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
<h1>Hello {name}!</h1>
|
<script>
|
||||||
|
export let name;
|
||||||
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
h1 {
|
h1 {
|
||||||
color: purple;
|
color: purple;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<h1>Hello {name}!</h1>
|
||||||
|
|
Loading…
Reference in a new issue