Skip to content

Commit 1243d23

Browse files
authored
docs: fix link formatting in vue/require-explicit-slots docs
1 parent dca0477 commit 1243d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/require-explicit-slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ since: v9.21.0
1212
1313
## :book: Rule Details
1414

15-
This rule enforces all slots used in the template to be defined once either in the `script setup` block with the [`defineSlots`](https://vuejs.org/api/sfc-script-setup.html#defineslots) macro, or with the [`slots property`](https://vuejs.org/api/options-rendering.html#slots) in the Options API.
15+
This rule enforces all slots used in the template to be defined once either in the `script setup` block with the [`defineSlots` macro](https://vuejs.org/api/sfc-script-setup.html#defineslots), or with the [`slots` property](https://vuejs.org/api/options-rendering.html#slots) in the Options API.
1616

1717
<eslint-code-block :rules="{'vue/require-explicit-slots': ['error']}">
1818

0 commit comments

Comments
 (0)