Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
去掉无效代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xxapp committed Jul 5, 2017
1 parent 8b1f127 commit 34f2740
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions components/ms-checkbox/ms-checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ avalon.component('ms-checkbox', {
// if (this.inline != void 0) {
// this.wrapper = 'checkbox-inline';
// }
},
onReady(event) {
parseSlotToVModel(this);
},
onDispose(vm, el) {
}
}
});
5 changes: 0 additions & 5 deletions components/ms-radio/ms-radio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ avalon.component('ms-radio', {
helpId: '',
onInit(event) {
this.helpId = this.$id;
},
onReady(event) {
parseSlotToVModel(this);
},
onDispose(vm, el) {
}
}
});

0 comments on commit 34f2740

Please sign in to comment.