parent
b2b05a4ec9
commit
e48502fb41
@ -1,4 +1,5 @@
|
||||
<script>
|
||||
import "filepond/dist/filepond.css";
|
||||
import FilePond from "svelte-filepond";
|
||||
let pond;
|
||||
// pond.getFiles() will return the active files
|
||||
@ -12,10 +13,6 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import "filepond/dist/filepond.css";
|
||||
</style>
|
||||
|
||||
<div class="app">
|
||||
<FilePond
|
||||
bind:this={pond}
|
||||
|
Loading…
x
Reference in New Issue
Block a user