Evan You
8 years ago
10 changed files with 54 additions and 55 deletions
@ -0,0 +1,20 @@ |
|||
export const SSR_ATTR = 'data-server-rendered' |
|||
|
|||
export const ASSET_TYPES = [ |
|||
'component', |
|||
'directive', |
|||
'filter' |
|||
] |
|||
|
|||
export const LIFECYCLE_HOOKS = [ |
|||
'beforeCreate', |
|||
'created', |
|||
'beforeMount', |
|||
'mounted', |
|||
'beforeUpdate', |
|||
'updated', |
|||
'beforeDestroy', |
|||
'destroyed', |
|||
'activated', |
|||
'deactivated' |
|||
] |
Loading…
Reference in new issue