You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/compiler/component-events-data/Widget.html

4 lines
228 B

<button on:click='fire("select", { selection: "foo" })'>select foo</button>
<button on:click='fire("select", { selection: "bar" })'>select bar</button>
<button on:click='fire("select", { selection: "baz" })'>select baz</button>