Skip to content

Commit

Permalink
chore: add nuxt component functions to order rule (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL authored and michalsnik committed Feb 3, 2019
1 parent a8b2ca0 commit 5d1f051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rules/order-in-components.js
Expand Up @@ -22,6 +22,8 @@ const defaultOrder = [
'data',
'computed',
'watch',
'asyncData',
'fetch',
'LIFECYCLE_HOOKS',
'methods',
['template', 'render'],
Expand Down

0 comments on commit 5d1f051

Please sign in to comment.