We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2acec commit 6a1f6f7Copy full SHA for 6a1f6f7
packages/form-designer/src/WidgetForm.vue
@@ -26,7 +26,7 @@
26
<el-col v-for="(col, colIndex) in element.columns"
27
:key="colIndex"
28
:span="col.span ? col.span : 0">
29
- <draggable class="widget-form-list"
+ <draggable
30
v-model="col.list"
31
v-bind="{group:'people', ghostClass: 'ghost',animation: 200, handle: '.drag-widget'}"
32
:no-transition-on-drag="true"
0 commit comments