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
8df36a0a03cd67325492b7ac1648b3bafd2fcab7
Authored by
梁灏
2017-01-04 11:11:20 +0800
1 parent
f65e9be5
update Switch
update Switch
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/switch/switch.vue
Inline
Side-by-side
src/components/switch/switch.vue
Wrap text
Show/Hide comments
View file @
8df36a0
...
...
@@ -50,6 +50,7 @@
50
50
51
51
this.checked = !this.checked;
52
52
this.$emit('on-change', this.checked);
53
+ this.$dispatch('on-form-change', this.checked);
53
54
}
54
55
}
55
56
};
...
...