Rob Head
Results
1
comments of
Rob Head
I'm also hitting this issue. I have a workaround that seems to work until this is fixed properly. Add a handler for the vdropzone-sending event: ``` v-on:vdropzone-sending="sending" ``` In that...