有一个带有vue-drag-resize插件的小项目:
<VueDragResize class="red" :isActive="true" :isResizable="false" :isDraggable="isDraggable">
<h3><a href="https://www.google.com/" target="_blank">Hello World!</a></h3>
</VueDragResize>
点击链接有效,但触摸无效!
问题:如何在未激活拖动时允许跟随链接?!
为什么没有进行过渡,我很难回答。这很可能与插件的内部实现有关。