mirror of https://github.com/sveltejs/svelte
parent
21a0141b8c
commit
f3396cfd4c
@ -1 +1 @@
|
||||
<p>...don't affect this element</p>
|
||||
<p>...don't affect this element</p>
|
||||
|
@ -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>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue