Using the touch event in a custom element will cause the element drag effect to be invalid,How to solve this problem???
<SlickList
:lockToContainerEdges="true"
:useDragHandle="false"
:pressDelay="600"
v-model="dataList"
helperClass="helperClass"
class="slickList"
axis="xy"
:style="{ height: DHeight }"
Using the touch event in a custom element will cause the element drag effect to be invalid,How to solve this problem??? <SlickList :lockToContainerEdges="true" :useDragHandle="false" :pressDelay="600" v-model="dataList" helperClass="helperClass" class="slickList" axis="xy" :style="{ height: DHeight }"