Skip to content

Commit d38f9ad

Browse files
Timibadassapertureless
authored andcommitted
docs: Fix missing comma in props (#448)
### Fix or Enhancement? - [ ] All tests passed ### Environment - OS: Write here - NPM Version: Write here
1 parent acd001b commit d38f9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export default {
273273
chartdata: {
274274
type: Object,
275275
default: null
276-
}
276+
},
277277
options: {
278278
type: Object,
279279
default: null

0 commit comments

Comments
 (0)