Skip to content

Commit

Permalink
fix: 修复crud引用bug @0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 20, 2020
1 parent 5b32d30 commit 8570702
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.5.4",
"version": "0.5.5",
"main": "lib/ProCrud.umd.min.js",
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-designer/src/FormDesignerDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export default {
if (this.promiseForSave) {
promise = this.promiseForSave(opt);
} else {
promise = this.$PROCRUD.crud.crud(type, 'form', opt);
promise = this.$PROCRUD.crud(type, 'form', opt);
}

promise
Expand Down

0 comments on commit 8570702

Please sign in to comment.