Skip to content

Commit d5bd07f

Browse files
armano2michalsnik
authored andcommitted
Fix options documentation in order-in-components (#76)
* Fix options documentation in order-in-components * Update order-in-components.md * Update order-in-components.md
1 parent 03cac11 commit d5bd07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/order-in-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ vue/order-in-components: [2, {
7676
'data',
7777
'computed',
7878
'watch',
79-
'lifecycle_hooks',
79+
'LIFECYCLE_HOOKS',
8080
'methods',
8181
'render',
8282
'renderError'

0 commit comments

Comments
 (0)