hcg1023 / vue3-dnd

React Dnd implementation in Vue Composition-api.
https://www.vue3-dnd.com
MIT License
642 stars 52 forks source link

缩放功能 #41

Closed walnutYa closed 2 years ago

walnutYa commented 2 years ago

能否扩展一下组件,添加一个元素大小缩放的功能呢?

hcg1023 commented 2 years ago

你可能需要的是这些,dnd目前没有缩放的功能,因为缩放是脱离drop的 https://github.com/daybrush/moveable https://github.com/kirillmurashov/vue-drag-resize