vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Use with vue3 composition API?

Open jdittrich opened this issue 3 years ago • 3 comments

Story: I want to "mix in" the draggable-resizable functionality in a component

…one way to do this might be the vue3 composition API. I wonder if there will be a v3 of vue-draggable-resizable that would allow this.

jdittrich avatar Sep 19 '20 15:09 jdittrich

I didn't have the chance to look at Vue3 and its composition API yet. I'll consider implementing a new version as soon as I'm able to get familiar with the new version.

mauricius avatar Oct 12 '20 18:10 mauricius

I experiment with vue3 composition in a drag/drop mechanism in my quickMockup project. It currently runs at best in a prototypical state, but maybe you find the code helpful when you find time to think about your draggable-resizeable for vue3. The event and mousemove composeables might also be helpful

jdittrich avatar Oct 13 '20 13:10 jdittrich

I experiment with vue3 composition in a drag/drop mechanism in my quickMockup project. It currently runs at best in a prototypical state, but maybe you find the code helpful when you find time to think about your draggable-resizeable for vue3. The event and mousemove composeables might also be helpful

I recently wrote a similar project using the composition API.Vue3DraggableResizable

a7650 avatar Nov 11 '20 12:11 a7650