vue-drag-resize
vue-drag-resize copied to clipboard
Link inside VueDragResize not working omn mobile devise (touch)
Link inside VueDragResize not working omn mobile devise (touch):
<VueDragResize
:isActive="false"
:isResizable="false"
:isDraggable="isDraggable"
v-for="table in tablesection.tables"
v-bind:key="table.id"
:x="table.x_value/2"
:y="table.y_value/2"
@dragstop="onDragStop"">
<router-link .... :to= ....
How I can fix it?