From 664023cf98c8630a317eb53886240b6c41855149 Mon Sep 17 00:00:00 2001 From: Daniel <60813178+roenfeldt@users.noreply.github.com> Date: Sat, 30 Jan 2021 17:38:30 +0100 Subject: [PATCH] Update Events.vue Added missing info regarding the `vdropzone-reset` event. --- docs/src/pages/Events.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/pages/Events.vue b/docs/src/pages/Events.vue index 146f1b17..2849c853 100755 --- a/docs/src/pages/Events.vue +++ b/docs/src/pages/Events.vue @@ -46,6 +46,7 @@ export default { ['vdropzone-drag-enter(event)', 'The user dragged a file onto the Dropzone.'], ['vdropzone-drag-over(event)', 'The user is dragging a file over the Dropzone.'], ['vdropzone-drag-leave(event)', 'The user dragged a file out of the Dropzone.'], + ['vdropzone-reset()', 'Fired when dropzone component is reset.'], ['vdropzone-s3-upload-success(s3ObjectLocation)', 'When file is uploaded to AWS S3 successfully.'], ['vdropzone-s3-upload-error(errorMessage)', 'If error occures in AWS S3 upload.'], ]