mirror of https://github.com/sveltejs/svelte
parent
21a0141b8c
commit
f3396cfd4c
@ -1,9 +1,7 @@
|
||||
<script>
|
||||
function handleClick() {
|
||||
alert('no more alerts')
|
||||
alert('no more alerts');
|
||||
}
|
||||
</script>
|
||||
|
||||
<button on:click|once={handleClick}>
|
||||
Click me
|
||||
</button>
|
||||
<button on:click|once={handleClick}> Click me </button>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<svelte:head>
|
||||
<link rel="stylesheet" href="/tutorial/dark-theme.css">
|
||||
<link rel="stylesheet" href="/tutorial/dark-theme.css" />
|
||||
</svelte:head>
|
||||
|
||||
<h1>Hello world!</h1>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue