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 095ef4f commit bd20b8bCopy full SHA for bd20b8b
docs/rules/order-in-components.md
@@ -46,7 +46,7 @@ If you want you can change the order providing the optional configuration in you
46
47
``` json
48
"vue/order-in-components": ["error", {
49
- order: [
+ "order": [
50
"el",
51
"name",
52
"parent",
0 commit comments