Skip to content

Commit bd20b8b

Browse files
Hornet-Wingmysticatea
authored andcommitted
Docs: fix a json formatting error in the options example (#364)
1 parent 095ef4f commit bd20b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/order-in-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you want you can change the order providing the optional configuration in you
4646

4747
``` json
4848
"vue/order-in-components": ["error", {
49-
order: [
49+
"order": [
5050
"el",
5151
"name",
5252
"parent",

0 commit comments

Comments
 (0)