Skip to content

Commit

Permalink
feat(docs): Update translations in custom-directives.md
Browse files Browse the repository at this point in the history
correction of a typo in the text #2
  • Loading branch information
tagir404 authored Sep 26, 2024
1 parent 24d22d1 commit a8c6da2
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 @@ -120,7 +120,7 @@ app.directive('highlight', {

```vue
<script setup>
// включение v-highlight в шаблоне
// включение v-focus в шаблоне
const vFocus = {
mounted: (el) => el.focus()
}
Expand Down

0 comments on commit a8c6da2

Please sign in to comment.