diff --git a/src/api/index.md b/src/api/index.md index 25586010dc..a44dd72d0c 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -658,6 +658,16 @@ type: api - **See also:** [Lifecycle Diagram](/guide/instance.html#Lifecycle-Diagram) +### activate + +- **Type:** `Function` + +- **Details:** + + Called after compilation is finished, right before `ready` hook. + +- **See also:** [Guide](/guide/components.html#activate-Hook) + ### ready - **Type:** `Function`