From 6df579f7dd42c02b32ac28052405dbdfca16cb6d Mon Sep 17 00:00:00 2001 From: mehan <74927578+mehanalavimajd@users.noreply.github.com> Date: Thu, 11 Nov 2021 13:29:47 +0330 Subject: [PATCH] Update application-api.md --- src/api/application-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/application-api.md b/src/api/application-api.md index 2dd0d7b498..1340127f54 100644 --- a/src/api/application-api.md +++ b/src/api/application-api.md @@ -96,7 +96,7 @@ 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() {},