Israel Zablianov

Results 20 comments of Israel Zablianov

Please try version 2.0.3 for know and let me know if it helped. The bug will be fixed ASAP.

For quick fix you can declare that the import is with type any. The bug will be fixed in the next version.

```typescript import { Draggable, DraggableValue } from 'draggable-vue-directive'; const DraggableDirectiveOptions: any = Draggable; ``` And now use `DraggableDirectiveOptions` instead of `Draggable`

Hi guys, first of all thanks for your ideas, they are always welcomed. I already started to work about the solution, 'absolute' positioning is problematic with bounding-rectangle feature.