-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
<Vue3DraggableResizable
class="anchor-point-item"
v-for="(item, index) in anchorPointList"
:key="index"
:x="item.left"
:y="item.top"
:w="item.width"
:h="item.height"
:min-width="20"
:min-height="20"
:draggable="true"
:parent="true"
:active="false"
@activated="onAnchorActivated(index)"
@deactivated="onAnchorDeactivated(index)"
@drag-start="onAnchorDragStart(index)"
@dragging="onAnchorDragging(index, $event)"
@drag-end="onAnchorDragEnd(index, $event)"
@resize-start="onAnchorResizeStart(index)"
@resizing="onAnchorResizing(index, $event)"
@resize-end="onAnchorResizeEnd(index, $event)"
>
作者,请问下当点击操作这个按钮,元素不要加入active类名并不是激活状态,如何来处理
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels