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 0c0b6f0 commit 12aa633Copy full SHA for 12aa633
src/guide/custom-directive.md
@@ -49,7 +49,7 @@ A directive definition object can provide several hook functions (all optional):
49
50
- `beforeMount`: called when the directive is first bound to the element and before parent component is mounted.
51
52
-- `mounted`: called when the bound element's parent component is mounted.
+- `mounted`: called before the bound element's parent component is mounted.
53
54
- `beforeUpdate`: called before the containing component's VNode is updated
55
0 commit comments