Commit 3b6b4d3b2e1717f5df4d9cb837dee95fe50f4980

Authored by ly525
1 parent bccff7dd

fix: raido&checkbox not show

front-end/h5/src/components/plugins/lbp-form-radio.js
... ... @@ -23,6 +23,10 @@ export default {
23 23 type: String,
24 24 default: '标题演示'
25 25 },
  26 + type: {
  27 + type: String,
  28 + default: 'radio'
  29 + },
26 30 checked: {
27 31 type: Boolean,
28 32 default: false
... ...