Skip to content

Commit 5c18e45

Browse files
authored
typos
Capitalise label property for consistency, and change model property (If I have understood the documentation correctly)
1 parent e1603b4 commit 5c18e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ export default {
8787
fields: [
8888
{
8989
type: 'select',
90-
label: 'skills',
91-
model: 'type',
90+
label: 'Skills',
91+
model: 'skills',
9292
values: ['Javascript', 'VueJS', 'CSS3', 'HTML5']
9393
},
9494
{

0 commit comments

Comments
 (0)