0👍
Assuming you’re using Lian Yue’s vue-upload-component and have installed it successfully, try removing the curly braces from your import:
import FileUpload from "vue-upload-component";
This will set FileUpload
to the default export from vue-upload-component which I believe is what you want
- [Vuejs]-How to add the correct type for ColumnSlots body function from PrimeVue
- [Vuejs]-Vue js not rendering VdtnetTable. What might be the issue
Source:stackexchange.com