Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/api/render-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ For manually resolving a registered directive by name.

- **Details**

**Note: you do not need this if you can import the component directly.**
**Note: you do not need this if you can import the directive directly.**

`resolveDirective()` must be called inside<span class="composition-api"> either `setup()` or</span> the render function in order to resolve from the correct component context.

Expand Down