chore(Checkbox): remove checked setter

This commit is contained in:
chenjiahan
2020-10-06 16:46:08 +08:00
parent 9e9f0e3d4d
commit 9aabb42f9d
2 changed files with 10 additions and 16 deletions
-1
View File
@@ -157,7 +157,6 @@ export default createComponent({
if (slots.default) {
return slots.default();
}
if (props.text) {
return <div class={bem('text')}>{props.text}</div>;
}