Skip to content

Commit

Permalink
fix: 修复classname bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 31, 2020
1 parent ff2acec commit 6a1f6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-designer/src/WidgetForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<el-col v-for="(col, colIndex) in element.columns"
:key="colIndex"
:span="col.span ? col.span : 0">
<draggable class="widget-form-list"
<draggable
v-model="col.list"
v-bind="{group:'people', ghostClass: 'ghost',animation: 200, handle: '.drag-widget'}"
:no-transition-on-drag="true"
Expand Down

0 comments on commit 6a1f6f7

Please sign in to comment.