Skip to content

Commit

Permalink
Fix base on #2994
Browse files Browse the repository at this point in the history
  • Loading branch information
tisma95 committed Sep 17, 2024
1 parent a961225 commit d4a02b1
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 @@ -104,7 +104,7 @@ It is also common to globally register custom directives at the app level:
```js
const app = createApp({})

// make v-focus usable in all components
// make v-highlight usable in all components
app.directive('highlight', {
/* ... */
})
Expand Down

0 comments on commit d4a02b1

Please sign in to comment.