mirror of https://github.com/sveltejs/svelte
7 lines
101 B
7 lines
101 B
5 years ago
|
<script>
|
||
|
export let files;
|
||
|
</script>
|
||
|
|
||
|
<input type="file" bind:files>
|
||
|
<input bind:files type="file">
|