parent
0c7d4df363
commit
d0dd758147
|
@ -64,6 +64,7 @@ module.exports = {
|
||||||
'inheritAttrs',
|
'inheritAttrs',
|
||||||
'model',
|
'model',
|
||||||
'emits',
|
'emits',
|
||||||
|
'setup',
|
||||||
'fetch',
|
'fetch',
|
||||||
'head',
|
'head',
|
||||||
['props', 'propsData'],
|
['props', 'propsData'],
|
||||||
|
@ -72,7 +73,6 @@ module.exports = {
|
||||||
'data',
|
'data',
|
||||||
'watch',
|
'watch',
|
||||||
'watchQuery',
|
'watchQuery',
|
||||||
'setup',
|
|
||||||
'LIFECYCLE_HOOKS',
|
'LIFECYCLE_HOOKS',
|
||||||
'methods',
|
'methods',
|
||||||
'computed',
|
'computed',
|
||||||
|
|
Loading…
Reference in New Issue