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 a8b2ca0 commit 5d1f051Copy full SHA for 5d1f051
lib/rules/order-in-components.js
@@ -22,6 +22,8 @@ const defaultOrder = [
22
'data',
23
'computed',
24
'watch',
25
+ 'asyncData',
26
+ 'fetch',
27
'LIFECYCLE_HOOKS',
28
'methods',
29
['template', 'render'],
0 commit comments