From e3ef5e222051dec4200abd43b861a8572497ccae Mon Sep 17 00:00:00 2001 From: Ulyana Filkova <108333785+UlyanaFilkova@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:23:29 +0300 Subject: [PATCH] Update custom-directives.md The author forgot to change directive's name from the previous example. In the previous example the name of directive was "highlight" but in this example it is "focus" --- src/guide/reusability/custom-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/reusability/custom-directives.md b/src/guide/reusability/custom-directives.md index d97aad67..8e5220f0 100644 --- a/src/guide/reusability/custom-directives.md +++ b/src/guide/reusability/custom-directives.md @@ -142,7 +142,7 @@ const focus = { export default { directives: { - // включение v-highlight в шаблоне + // включение v-focus в шаблоне focus } }