Skip to content

Commit

Permalink
Update custom-directives.md
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
UlyanaFilkova authored Nov 13, 2024
1 parent e847252 commit e3ef5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/reusability/custom-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const focus = {

export default {
directives: {
// включение v-highlight в шаблоне
// включение v-focus в шаблоне
focus
}
}
Expand Down

0 comments on commit e3ef5e2

Please sign in to comment.