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

Hello, after changing the array order, the component size has changed. What's the matter

Open 875908494 opened this issue 2 years ago • 0 comments

Hello, after changing the array order, the component size has changed. What's the matter。

<VdrComponents v-for="(item, index) in getDiyData.components" :key="'comp-' + index" :w="item.width" :h="item.height" :x="item.left" :y="item.top" :parent="true" :debug="false" :snap="true" :draggable="!item.isLock" :resizable="!item.isLock" :lock-aspect-ratio="true" :snap-tolerance="5" :z-index="index" class-name-dragging="my-dragging-class" @refLineParams="getRefLineParams" @dragstop="dragstop" @resizestop="resizestop" @activated="activated(item, index)" @deactivated="deactivated" @contextmenu.prevent="rightClick" > </VdrComponents>

875908494 avatar Feb 03 '23 02:02 875908494