Israel Zablianov
Israel Zablianov
Hi, Thanks for reviewing, how can I merge?
Sure, as you wish
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`
Please provide explanation, example and screenshot
Currently you can't. We are working on it
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.