vue-upload-component icon indicating copy to clipboard operation
vue-upload-component copied to clipboard

add missing proptype for 'drop' property

Open huynl-96 opened this issue 3 years ago • 0 comments

This PR is to add the type checking for property drop. This should help adding the ability of drag and drop with a short declaration instead of a full declaration (same as property drop-directory). Without the type, we have to define :drop="true" in order to make it works.

Before adding PropType for property drop image image

After adding PropType for property drop image image

huynl-96 avatar Aug 25 '21 07:08 huynl-96