Bruno Saavedra
Results
1
comments of
Bruno Saavedra
I had the same problem and I created a plugin on Nuxt with the following code: ``` import vueFilePond from "vue-filepond"; import "filepond/dist/filepond.min.css"; import "filepond-plugin-image-preview/dist/filepond-plugin-image-preview.min.css"; import FilePondPluginFileValidateType from "filepond-plugin-file-validate-type"; import...