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

[Vue3 组件] 用于拖拽调整位置和大小的的组件,同时支持元素吸附对齐,实时参考线。

Results 53 vue3-draggable-resizable issues
Sort by recently updated
recently updated
newest added

设置parent后,父级窗口大小改变,限制的位置没有重新计算

adsorbCols属性绑定数组,动态修改数组后没有起作用,难道是我用的不对,只有初始值会起作用 ` `

https://stackblitz.com/edit/github-znk6ix?file=package.json,app.vue 不支持nuxt3导入

只有用了draggable,在外部点击后再点击组件可以激活active。如果不用draggable只用resizable,不能再次激活active状态,不能再进行缩放操作了!

Hi there, I tested several vue-draggable-resizable, yours seems to be the best so far. However it's missing a really useful feature to disable dragging in some parts of the component,...

作者您好,你的库很好,请问后面会添加z-index属性呢,我在文档中没找到这个属性。我考虑因为组件都是绝对定位的,添加z-index可以实现哪些的层叠顺序。

**在线引入后打印出来是这种的** ![image](https://github.com/a7650/vue3-draggable-resizable/assets/8787605/ee19a451-5a88-40e9-bffb-f60e34e3acd7) **本地npm引入后是这种的** ![image](https://github.com/a7650/vue3-draggable-resizable/assets/8787605/ba45a761-495d-4e09-baf0-a8d7a6fa03b8) **本地调试通过后,发到了线上就会报一个错** ![image](https://github.com/a7650/vue3-draggable-resizable/assets/8787605/fa909060-cde4-4f0d-9434-acf03ce894aa)