Skip to content

Commit 3f88f28

Browse files
authored
Update require-v-for-key.md
1 parent f9e1eee commit 3f88f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/rules/require-v-for-key.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ On other elements, it's better that `v-bind:key` is written as well.
1010
This rule reports the elements which have `v-for` and do not have `v-bind:key`.
1111

1212
This rule does not report custom components.
13-
It will be reported by [no-invalid-v-for] rule.
13+
It will be reported by [valid-v-for] rule.
1414

1515
:-1: Examples of **incorrect** code for this rule:
1616

@@ -33,6 +33,6 @@ Nothing.
3333

3434
## :couple: Related rules
3535

36-
- [no-invalid-v-for]
36+
- [valid-v-for]
3737

38-
[no-invalid-v-for]: ./no-invalid-v-for.md
38+
[valid-v-for]: ./valid-v-for.md

0 commit comments

Comments
 (0)