switch component docs

This commit is contained in:
cookfront
2017-02-10 16:43:16 +08:00
parent 71a5e0afa5
commit 29fb1c5845
2 changed files with 4 additions and 8 deletions

View File

@@ -57,13 +57,6 @@ export default {
toggleState: function() {
if (this.disabled || this.loading) return;
this.onChange(!this.checked);
},
/*
*
*/
getState: function() {
return this.checked;
}
}
};