Show the code please
Sep 13, 2022
8
Level 2
Vue Filepond setOptions error
Module '"vue-filepond"' has no exported member 'setOptions'. Did you mean to use 'import setOptions from "vue-filepond"' instead Got this error when using filepond setOptions method. any idea about this?
my code
import vueFilePond, { setOptions } from "vue-filepond"; import "filepond/dist/filepond.min.css";
setOptions({ server: { process: { url: ApiService.siteUrl+'parcel/upload-documents', method: 'POST' } } }); const FilePond = vueFilePond();
Please or to participate in this conversation.