diff --git a/src/guide/custom-directive.md b/src/guide/custom-directive.md index 4d7a0a6152..0f0d8b6db5 100644 --- a/src/guide/custom-directive.md +++ b/src/guide/custom-directive.md @@ -49,7 +49,7 @@ A directive definition object can provide several hook functions (all optional): - `beforeMount`: called when the directive is first bound to the element and before parent component is mounted. -- `mounted`: called when the bound element's parent component is mounted. +- `mounted`: called before the bound element's parent component is mounted. - `beforeUpdate`: called before the containing component's VNode is updated