We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9828e commit 4e5d971Copy full SHA for 4e5d971
docs/components/forms.md
@@ -76,7 +76,8 @@ export default {
76
return {
77
formData:{
78
name:'',
79
- age:''
+ age:'',
80
+ hobby:[]
81
},
82
hobby: [{
83
text: '足球',
uni_modules/uni-forms/readme.md
@@ -71,7 +71,8 @@ export default {
71
72
73
74
75
0 commit comments