vue-drag-resize icon indicating copy to clipboard operation
vue-drag-resize copied to clipboard

Link inside VueDragResize not working omn mobile devise (touch)

Open lime7 opened this issue 5 years ago • 0 comments

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?

lime7 avatar Oct 18 '19 03:10 lime7