Skip to content

Commit

Permalink
[modify]{GenerateFormItem}: 级联选择器prop属性更新为2.10+最新属性
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Aug 1, 2019
1 parent 16ce55d commit 94f54a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FormDesigner/GenerateFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
:placeholder="widget.options.placeholder"
:style="{width: widget.options.width}"
:options="widget.options.remoteOptions"
:props="{ multiple: widget.options.multiple }"
change-on-select>
filterable
:props="{ checkStrictly: true }">
</el-cascader>
</template>
</el-form-item>
Expand Down

0 comments on commit 94f54a2

Please sign in to comment.