Skip to content

Commit

Permalink
fix:修复checkboxprops中的shape属性已经设置默认值,因为优先级关系导致checkbox -group中…
Browse files Browse the repository at this point in the history
…的`shape`设置无效的问题
  • Loading branch information
yatoku committed Mar 30, 2022
1 parent a7583a0 commit 9c4c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni_modules/uview-ui/libs/config/props/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
// checkbox组件
checkbox: {
name: '',
shape: 'square',
shape: '',
size: '',
checkbox: false,
disabled: '',
Expand Down

0 comments on commit 9c4c2f7

Please sign in to comment.