Skip to content

Commit 3b6b4d3

Browse files
committed
fix: raido&checkbox not show
1 parent bccff7d commit 3b6b4d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front-end/h5/src/components/plugins/lbp-form-radio.js

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export default {
2323
type: String,
2424
default: '标题演示'
2525
},
26+
type: {
27+
type: String,
28+
default: 'radio'
29+
},
2630
checked: {
2731
type: Boolean,
2832
default: false

0 commit comments

Comments
 (0)