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>
|
||||
h1 {
|
||||
color: purple;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h1>Hello {name}!</h1>
|
||||
|
|
Loading…
Reference in a new issue