Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Dec 24, 2018
1 parent e0fb378 commit 5a651b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/combo/combo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export default {
type: 'id',
msg: "请先选择操作对象"
});
return;
}
this.handleChange({ type: 'delete', id });
},
Expand Down
4 changes: 2 additions & 2 deletions src/core/draggable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default {
editorRegExp: {
type: Object,
default: () => ({
className: /vm-hack-editor$/
className: /vm-hack-editor/
})
},
/**
Expand All @@ -129,7 +129,7 @@ export default {
type: Object,
default: () => ({
tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT|OPTION)$/,
className: /vm-hack-pevent$/
className: /vm-hack-pevent/
})
},
},
Expand Down

0 comments on commit 5a651b5

Please sign in to comment.