mirror of https://github.com/sveltejs/svelte
parent
bff608bb03
commit
f981ca2999
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import Component from './component.svelte'
|
||||
</script>
|
||||
|
||||
<label>
|
||||
{@render x()}
|
||||
</label>
|
||||
Loading…
Reference in new issue