Skip to content

Commit 50abc51

Browse files
docs: add links to the guide from the migration guide for v-if/v-for (#789)
1 parent e2c8359 commit 50abc51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/guide/migration/v-if-v-for.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ In 3.x, `v-if` will always have the higher precedence than `v-for`.
2727
It is recommended to avoid using both on the same element due to the syntax ambiguity.
2828

2929
Rather than managing this at the template level, one method for accomplishing this is to create a computed property that filters out a list for the visible elements.
30+
31+
## See also
32+
33+
- [List Rendering - Displaying Filtered/Sorted Results](/guide/list.html#displaying-filtered-sorted-results)
34+
- [List Rendering - `v-for` with `v-if`](/guide/list.html#v-for-with-v-if)

0 commit comments

Comments
 (0)