Skip to content

Commit 596b302

Browse files
authored
fix usage example in readme
1 parent 8ad8061 commit 596b302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ export default {
131131
validator: VueFormGenerator.validators.string
132132
},{
133133
type: "select",
134-
label: "skills",
135-
model: "type",
134+
label: "Skills",
135+
model: "skills",
136136
values: ["Javascript", "VueJS", "CSS3", "HTML5"]
137137
},{
138138
type: "input",

0 commit comments

Comments
 (0)