Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3b6b4d3b2e1717f5df4d9cb837dee95fe50f4980
Authored by
ly525
2020-08-02 19:47:46 +0800
1 parent
bccff7dd
fix: raido&checkbox not show
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
front-end/h5/src/components/plugins/lbp-form-radio.js
front-end/h5/src/components/plugins/lbp-form-radio.js
View file @
3b6b4d3
...
...
@@ -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
...
...