@@ -17,7 +17,7 @@
:group="{ name: 'component', pull: 'clone', put: false }"
:clone="handleCloneComponent"
:animation="200"
- :force-fallback="true"
+ :force-fallback="false"
>
<template #item="{ element }">
<div>
@@ -73,7 +73,7 @@
<draggable
v-model="pageComponents"
class="page-prop-area drag-area"
filter=".component-toolbar"
ghost-class="draggable-ghost"
@@ -2,7 +2,7 @@
<el-text type="info" size="small"> 拖动左上角的小圆点可对其排序 </el-text>
<VueDraggable
:list="formData"
handle=".drag-icon"
class="m-t-8px"