Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/api/application-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ app.directive('my-directive', {
mounted() {},
// called before the containing component's VNode is updated
beforeUpdate() {},
// called after the containing component's VNode and the VNodes of its children // have updated
// called after the containing component's VNode and the VNodes of its
// children have updated
updated() {},
// called before the bound element's parent component is unmounted
beforeUnmount() {},
Expand Down