Skip to content

Commit

Permalink
Fix base on #2994 (#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisma95 authored Sep 26, 2024
1 parent 6b3dda5 commit 15bae50
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 15bae50

Please sign in to comment.