We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f528172 commit dc6bf4cCopy full SHA for dc6bf4c
src/guide/migration/v-if-v-for.md
@@ -27,3 +27,8 @@ Vue.js で最も一般的に使われているディレクティブの二つは
27
構文の曖昧さにより、同じエレメントで両方の使用を避けることをお勧めします。
28
29
これをテンプレートレベルで管理するのではなく、これを実現する一つの方法は表示されている要素のリストを除外する算出プロパティを作成することです。
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