You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.) first of all, I'm NPM install vue-simple-upload in my project
2.) introduce import FileUpload from'vue-simple-upload/dist/FileUpload'on a new Vue page, components: {FileUpload}
3.) after that, use in my template
4.) page console error, said Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
The text was updated successfully, but these errors were encountered:
1.)components: {
'fileupload': FileUpload
}
Registered in this way, the command line says "Module not, found:, Error:, Can't, resolve,'vue-simple-upload/dist/FileUpload'"
1.) first of all, I'm NPM install vue-simple-upload in my project
2.) introduce import FileUpload from'vue-simple-upload/dist/FileUpload'on a new Vue page, components: {FileUpload}
3.) after that, use in my template
4.) page console error, said Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
The text was updated successfully, but these errors were encountered: