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

5 lines
76 B

<script>
const Nested = window.Nested;
</script>
<Nested foo={[1, 2, 3]}/>