Skip to content

Commit dc6bf4c

Browse files
authored
docs: add links to the guide from the migration guide for v-if/v-for (#264)
vuejs/docs@50abc51#diff-96260849f7c9d1ca5942598af8a3b5b739331b51b1ada4d04f8d13f3b113d496
1 parent f528172 commit dc6bf4c

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 @@ Vue.js で最も一般的に使われているディレクティブの二つは
2727
構文の曖昧さにより、同じエレメントで両方の使用を避けることをお勧めします。
2828

2929
これをテンプレートレベルで管理するのではなく、これを実現する一つの方法は表示されている要素のリストを除外する算出プロパティを作成することです。
30+
31+
## 参照
32+
33+
- [リストレンダリング - フィルタ・ソート結果の表示](/guide/list.html#displaying-filtered-sorted-results)
34+
- [リストレンダリング - `v-for``v-if`](/guide/list.html#v-for-with-v-if)

0 commit comments

Comments
 (0)