Commit 3b6b4d3b2e1717f5df4d9cb837dee95fe50f4980
1 parent
bccff7dd
fix: raido&checkbox not show
Showing
1 changed file
with
4 additions
and
0 deletions
front-end/h5/src/components/plugins/lbp-form-radio.js
| @@ -23,6 +23,10 @@ export default { | @@ -23,6 +23,10 @@ export default { | ||
| 23 | type: String, | 23 | type: String, |
| 24 | default: '标题演示' | 24 | default: '标题演示' |
| 25 | }, | 25 | }, |
| 26 | + type: { | ||
| 27 | + type: String, | ||
| 28 | + default: 'radio' | ||
| 29 | + }, | ||
| 26 | checked: { | 30 | checked: { |
| 27 | type: Boolean, | 31 | type: Boolean, |
| 28 | default: false | 32 | default: false |