chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
78a66116b2a9457cb4942513d3d183db1a0e6e35
Authored by
Aresn
2018-01-19 10:25:52 +0800
Committed by
GitHub
2018-01-19 10:25:52 +0800
1 parent
98252a9e
Update checkbox.vue
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/checkbox/checkbox.vue
Inline
Side-by-side
src/components/checkbox/checkbox.vue
Wrap text
Show/Hide comments
View file @
78a6611
...
...
@@ -120,7 +120,6 @@
120
120
},
121
121
methods: {
122
122
change (event) {
123
- console.log(event);
124
123
if (this.disabled) {
125
124
return false;
126
125
}
...
...