svelte/test/js/samples/component-static/input.svelte

5 lines
70 B

<script>
const Nested = window.Nested;
</script>
<Nested foo='bar'/>