chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Commits
Compare
Branches
2
Tags
0
Compare View
switch
from
...
to
Compare
Commits (2)
ref #5452
f0de3cc7
梁灏
authored
2019-03-20 14:35:29 +0800
Browse Code »
Merge branch '2.0'
2525b3f4
chenhaodong
authored
2019-03-21 17:18:24 +0800
Browse Code »
Showing
1 changed file
Show diff stats
src/components/modal/confirm.js
Inline
Side-by-side
src/components/modal/confirm.js
Wrap text
Show/Hide comments
View file @
2525b3f
...
...
@@ -109,7 +109,8 @@ Modal.newInstance = properties => {
109
109
on: {
110
110
input: (status) => {
111
111
this.visible = status;
112
- }
112
+ },
113
+ 'on-cancel': this.cancel
113
114
}
114
115
}, [
115
116
h('div', {
...
...