mirror of https://github.com/sveltejs/svelte
omit attributes for SSR – fixes #163
parent
941de39523
commit
284224cb4f
@ -0,0 +1 @@
|
||||
<button>click me</button>
|
@ -0,0 +1 @@
|
||||
<button>click me</button>
|
@ -0,0 +1 @@
|
||||
<button on:click='set({ foo: "bar" })'>click me</button>
|
Loading…
Reference in new issue