Skip to content

Commit

Permalink
fix: update version to 0.2.1 , fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 4, 2020
1 parent 336300a commit 03451a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.2.0",
"version": "0.2.1",
"main": "lib/ProCrud.umd.min.js",
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-designer/src/GenerateFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
:placeholder="widget.options.placeholder"
:style="{width: widget.options.width}"
:separator="widget.options.separator == null ?'/':widget.options.separator"
:options="widget.options.remoteOptions"
:options="optionsList"
filterable
:props="{ checkStrictly: true }">
</el-cascader>
Expand Down

0 comments on commit 03451a6

Please sign in to comment.