Skip to content

Commit 15bae50

Browse files
authored
Fix base on #2994 (#3027)
#2994
1 parent 6b3dda5 commit 15bae50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reusability/custom-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ It is also common to globally register custom directives at the app level:
104104
```js
105105
const app = createApp({})
106106

107-
// make v-focus usable in all components
107+
// make v-highlight usable in all components
108108
app.directive('highlight', {
109109
/* ... */
110110
})

0 commit comments

Comments
 (0)